mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
* UX: selected indicator more topics spacing In relation to the selected indicator, this PR addresses a vertical and horizontal issue with the indicator touching the table header and its left alignment to be more consistent with the regular topic list feed. * UX: border for pill navigation on mobile Makes UI more consistent desktop -> mobile, by adding a border to the bottom of the Suggested/Related.
20 lines
361 B
SCSS
20 lines
361 B
SCSS
.more-topics__container {
|
|
.nav {
|
|
margin-block: 0.5em 1em;
|
|
border-bottom: 1px solid var(--primary-low);
|
|
}
|
|
|
|
.more-content-topics {
|
|
padding: 15px 0 15px 0;
|
|
|
|
a.badge-category,
|
|
a.badge-category-parent {
|
|
font-size: var(--font-down-1);
|
|
vertical-align: top;
|
|
}
|
|
.suggested-topics-message {
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
}
|