diff --git a/frontend/src/views/apps/CityMarktApp.vue b/frontend/src/views/apps/CityMarktApp.vue index 7c8d845..356754f 100644 --- a/frontend/src/views/apps/CityMarktApp.vue +++ b/frontend/src/views/apps/CityMarktApp.vue @@ -529,4 +529,5 @@ onMounted(async () => { .citymarkt__categories{margin-right:0;margin-left:0;padding-right:0;padding-left:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;overflow-x:visible} .citymarkt__categories button{width:auto;min-width:0} .citymarkt__filters .citymarkt-select:last-child{grid-column:1/-1} +.citymarkt__segmented button{min-height:32px;padding:8px 7px;font-size:11px;font-weight:700} diff --git a/sky_phone/source/html/index.html b/sky_phone/source/html/index.html index 0fa1c96..b6639d1 100644 --- a/sky_phone/source/html/index.html +++ b/sky_phone/source/html/index.html @@ -4,7 +4,7 @@