mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 11:53:44 +08:00
0944666232
* 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.
19 lines
312 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|