discourse/app/assets/stylesheets/mobile/components/more-topics.scss
Ty Correll 76e5a939d4
UX: selected indicator more topics spacing ()
* 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.
2023-09-27 18:23:30 -05:00

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