46 lines
704 B
SCSS
46 lines
704 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
.topic-listing,
|
|
.post-listing {
|
|
.topic-text-excerpt {
|
|
display: none !important;
|
|
}
|
|
|
|
.topic-metadata {
|
|
display: inline-flex !important;
|
|
height: 1.3em !important;
|
|
max-width: 200px !important;
|
|
overflow: hidden !important;
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
.topic-tags {
|
|
li {
|
|
display: none !important;
|
|
}
|
|
|
|
&:nth-child(-n+3) {
|
|
display: inherit !important;
|
|
}
|
|
}
|
|
|
|
.topic-info {
|
|
width: 500px !important;
|
|
}
|
|
|
|
.user-label {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.post-listing {
|
|
.btn-post,
|
|
.comment-votes {
|
|
display: none !important;
|
|
}
|
|
|
|
> li {
|
|
margin-bottom: unset !important;
|
|
}
|
|
}
|