UX: Fixes for new related topic styles (#22906)
This commit is contained in:
parent
d5f4b8e02c
commit
5be658849b
|
@ -370,10 +370,6 @@ pre.codeblock-buttons:hover {
|
|||
|
||||
.more-content-topics {
|
||||
margin-top: 2em;
|
||||
|
||||
.suggested-topics-message {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
span.post-count {
|
||||
|
|
|
@ -139,11 +139,21 @@
|
|||
.more-content-wrapper {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
clear: both;
|
||||
|
||||
.topic-list-header,
|
||||
.posts-map,
|
||||
.views {
|
||||
display: none;
|
||||
&:not(.single-list) {
|
||||
column-gap: 0.75em;
|
||||
|
||||
.topic-list-header,
|
||||
.posts-map,
|
||||
.views,
|
||||
.suggested-topics-message {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.more-content-topics {
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
||||
.topic-list-body {
|
||||
|
|
|
@ -273,6 +273,9 @@ a.reply-to-tab {
|
|||
font-size: var(--font-down-1);
|
||||
vertical-align: top;
|
||||
}
|
||||
.suggested-topics-message {
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
span.post-count {
|
||||
|
|
Loading…
Reference in New Issue