made smaller navigation items also for mobile devices
This commit is contained in:
parent
f9945e4a93
commit
c9864f9abd
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue