UX: Fixes for new related topic styles (#22906)

This commit is contained in:
Rafael dos Santos Silva 2023-08-01 11:57:29 -03:00 committed by GitHub
parent d5f4b8e02c
commit 5be658849b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 8 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {