From 586f558785b5515fa5239e8749eb0af118ab49a0 Mon Sep 17 00:00:00 2001 From: moris Date: Sun, 9 Feb 2025 20:09:17 +0900 Subject: [PATCH] =?UTF-8?q?navbar=E3=82=92=E5=B0=8F=E3=81=95=E3=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/ui/universal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);