UX: Showcased categories sidebar adjustments (#5)

This commit is contained in:
Jordan Vidrine 2021-12-27 11:21:53 -06:00 committed by GitHub
parent 1e1d96e820
commit 129c49cdab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 0 deletions

1
desktop/desktop.scss Normal file
View File

@ -0,0 +1 @@
@import "showcased-categories";

View File

@ -0,0 +1,19 @@
.showcased-categories-sidebar {
.full-width .contents .topic-list {
display: unset;
}
.two-topic-list-sidebar {
.topic-excerpt {
display: none;
}
.btn-link.posts-map.badge-posts {
display: block;
}
.topic-list .topic-list-item {
height: unset;
}
}
}