mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 03:18:54 +08:00
12 lines
195 B
SCSS
Vendored
12 lines
195 B
SCSS
Vendored
: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;
|
|
}
|
|
}
|
|
}
|