mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
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:
parent
da2e9ebd94
commit
099bffe37a
|
@ -4,6 +4,10 @@
|
|||
|
||||
.user-menu.revamped & {
|
||||
height: 100%;
|
||||
|
||||
.quick-access-panel li {
|
||||
padding-block: 0.15em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user