made smaller navigation items also for mobile devices

This commit is contained in:
Gamosoft 2025-12-05 15:57:01 +01:00
parent f9945e4a93
commit c9864f9abd
1 changed files with 3 additions and 3 deletions

View File

@ -789,11 +789,11 @@
gap: 0.5rem; gap: 0.5rem;
} }
/* Larger touch targets */ /* Touch-friendly but compact */
.note-item, .note-item,
.folder-item { .folder-item {
padding: 0.75rem !important; padding: 0.5rem 0.5rem !important;
min-height: 44px; min-height: 36px;
} }
} }