discourse/app/assets/stylesheets/mobile/components/more-topics.scss
Ty Correll 0944666232
UX: update styling for related/suggested (#23231)
* UX: update styling for related/suggested

This PR addresses state issues for icons of the Related & Suggested buttons, as well as well as fixes alignment issues for folding phones / tablets, wider mobile devices by moving styling to the desktop scss file; also replaces border with box-shadow.
2023-08-24 15:23:35 -05:00

19 lines
312 B
SCSS

.more-topics__container {
.nav {
margin-block: 0.5em 1em;
}
.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;
}
}
}