mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06: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.
28 lines
474 B
SCSS
28 lines
474 B
SCSS
.more-topics__container {
|
|
.nav {
|
|
position: absolute;
|
|
top: 2px;
|
|
li {
|
|
margin-right: 0;
|
|
.btn {
|
|
font-size: var(--font-0);
|
|
line-height: var(--line-height-large);
|
|
padding: 1em 0.65em;
|
|
}
|
|
}
|
|
}
|
|
.more-topics__lists:not(.single-list) {
|
|
.topic-list-header .default {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
}
|
|
|
|
#main-outlet .regular {
|
|
.more-topics__container .nav {
|
|
li .btn {
|
|
padding: 0.75em 0.65em;
|
|
}
|
|
}
|
|
}
|