mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 05:59:26 +08:00
With the recent changes to the sidebar spacing, the more-menu was looking quite squashed. It was using the same variables as the general sidebar, but since it's essentially a dropdown, the standard dropdown styling/spacing seems more appropriate. <img width="570" height="1186" alt="CleanShot 2026-01-19 at 13 10 20@2x" src="https://github.com/user-attachments/assets/ec7be290-0a2b-4cd1-a47b-63bf294df581" /> ⬇️ <img width="570" height="1186" alt="CleanShot 2026-01-19 at 13 09 55@2x" src="https://github.com/user-attachments/assets/926ee17b-afac-4378-a4d9-48587d1af2cf" />
15 lines
256 B
SCSS
Vendored
15 lines
256 B
SCSS
Vendored
.sidebar-more-section-content {
|
|
z-index: z("modal", "dropdown");
|
|
|
|
.sidebar-row {
|
|
padding: 0.65rem var(--space-4);
|
|
}
|
|
}
|
|
|
|
.sidebar-more-section-trigger {
|
|
justify-content: flex-start;
|
|
|
|
.d-icon {
|
|
color: var(--d-sidebar-link-icon-color);
|
|
}
|
|
}
|