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 {
|
.more-content-topics {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
|
||||||
.suggested-topics-message {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
span.post-count {
|
span.post-count {
|
||||||
|
|
|
@ -139,11 +139,21 @@
|
||||||
.more-content-wrapper {
|
.more-content-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
clear: both;
|
||||||
|
|
||||||
.topic-list-header,
|
&:not(.single-list) {
|
||||||
.posts-map,
|
column-gap: 0.75em;
|
||||||
.views {
|
|
||||||
display: none;
|
.topic-list-header,
|
||||||
|
.posts-map,
|
||||||
|
.views,
|
||||||
|
.suggested-topics-message {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.more-content-topics {
|
||||||
|
flex: 1 1 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list-body {
|
.topic-list-body {
|
||||||
|
|
|
@ -273,6 +273,9 @@ a.reply-to-tab {
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
.suggested-topics-message {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.post-count {
|
span.post-count {
|
||||||
|
|
Loading…
Reference in New Issue