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; } }