mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:40:42 +08:00
099bffe37a
* UX: increase sidebar row height on mobile * UX: increase quick access panel row height
13 lines
195 B
SCSS
13 lines
195 B
SCSS
:root {
|
|
--d-sidebar-row-height: 2.4em;
|
|
}
|
|
|
|
.sidebar-section-form-modal {
|
|
.row-wrapper {
|
|
grid-template-columns: 4.5em repeat(2, 1fr) 2em;
|
|
.link-icon {
|
|
grid-column: 1;
|
|
}
|
|
}
|
|
}
|