fix: increase shopping icon sizes for better visibility
All checks were successful
CI / update (push) Successful in 3m51s
All checks were successful
CI / update (push) Successful in 3m51s
List icons: 44→56px desktop, 36→48px mobile. Icon picker modal: 42→56px grid cells.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.23.9",
|
||||
"version": "1.23.10",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -811,8 +811,8 @@
|
||||
}
|
||||
|
||||
.card-icon {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -897,7 +897,7 @@
|
||||
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
|
||||
gap: 0.4rem;
|
||||
}
|
||||
.card-icon { width: 36px; height: 36px; }
|
||||
.card-icon { width: 48px; height: 48px; }
|
||||
.card-name { font-size: 0.68rem; }
|
||||
}
|
||||
|
||||
@@ -1002,8 +1002,8 @@
|
||||
}
|
||||
.icon-group-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
|
||||
gap: 0.3rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
|
||||
gap: 0.4rem;
|
||||
}
|
||||
.icon-option {
|
||||
aspect-ratio: 1;
|
||||
|
||||
Reference in New Issue
Block a user