From 790e5ffff8ec39b236ba154015efd977610a6458 Mon Sep 17 00:00:00 2001 From: Red Adaya Date: Tue, 26 Nov 2024 19:59:23 +0800 Subject: [PATCH] fix dev label positioning --- frontend/app/tab/tabbar.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/app/tab/tabbar.scss b/frontend/app/tab/tabbar.scss index dd0f0a3e6..fbff8aff4 100644 --- a/frontend/app/tab/tabbar.scss +++ b/frontend/app/tab/tabbar.scss @@ -41,13 +41,12 @@ .dev-label, .app-menu-button { - height: 100%; font-size: 26px; user-select: none; display: flex; align-items: center; justify-content: center; - margin: 2px 2px 0 0; + margin: 6px 6px 0 0; } .app-menu-button {