From f9a8a142f086a0257dff9e27b679b3738a2f75d6 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 26 Mar 2022 17:49:30 +0900 Subject: [PATCH] reduced nav button size --- src/styles/theming.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theming.ts b/src/styles/theming.ts index 4c024cb..f583281 100644 --- a/src/styles/theming.ts +++ b/src/styles/theming.ts @@ -69,7 +69,7 @@ const theming = { /* size */ height: 100%; - min-width: 3rem; + min-width: 2.5rem; margin: 0; padding: 0 1rem 0 1rem;