fix: increase shopping icon sizes for better visibility
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:
2026-04-11 10:19:08 +02:00
parent 8cb3d3c4eb
commit e0b932127d
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.23.9",
"version": "1.23.10",
"private": true,
"type": "module",
"scripts": {

View File

@@ -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;