diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index d739c2e1cd..cfc3aff68e 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -394,7 +394,7 @@ $widgets-hide-threshold: 1090px; z-index: 1000; bottom: 0; left: 0; - padding: 12px 12px max(12px, env(safe-area-inset-bottom, 0px)) 12px; + padding: 8px 16px max(8px, env(safe-area-inset-bottom, 0px)) 16px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-gap: 8px; @@ -411,7 +411,7 @@ $widgets-hide-threshold: 1090px; padding: 0; aspect-ratio: 1; width: 100%; - max-width: 60px; + max-width: 50px; margin: auto; border-radius: 100%; background: var(--MI_THEME-panel);