From c9864f9abd7d26967e97d91674d44f6b89e0f0cb Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Fri, 5 Dec 2025 15:57:01 +0100 Subject: [PATCH] made smaller navigation items also for mobile devices --- frontend/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 77e9a39..9248e11 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -789,11 +789,11 @@ gap: 0.5rem; } - /* Larger touch targets */ + /* Touch-friendly but compact */ .note-item, .folder-item { - padding: 0.75rem !important; - min-height: 44px; + padding: 0.5rem 0.5rem !important; + min-height: 36px; } }