discourse/app/assets/stylesheets/common/base/sidebar-more-section-links.scss
chapoi 34a8549084
UX: update sidebar more menu spacing (#37197)
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"
/>
2026-01-21 16:14:57 +01:00

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);
}
}