UX: Increase spacing mobile menus (#27554)

* UX: increase sidebar row height on mobile

* UX: increase quick access panel row height
This commit is contained in:
chapoi 2024-06-21 17:05:19 +02:00 committed by GitHub
parent da2e9ebd94
commit 099bffe37a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@
.user-menu.revamped & {
height: 100%;
.quick-access-panel li {
padding-block: 0.15em;
}
}
}

View File

@ -1,3 +1,7 @@
:root {
--d-sidebar-row-height: 2.4em;
}
.sidebar-section-form-modal {
.row-wrapper {
grid-template-columns: 4.5em repeat(2, 1fr) 2em;