mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:23:38 +08:00
20 lines
363 B
SCSS
20 lines
363 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: 0.75em 0.65em;
|
|
}
|
|
}
|
|
}
|
|
.more-topics__lists:not(.single-list) {
|
|
.topic-list-header .default {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
}
|