Add expanded version of category drop down and add it to categories page

This commit is contained in:
Joey Yakimowich-Payne 2020-02-17 19:48:10 -07:00 committed by Andreas Rumpf
commit f3396777fb
5 changed files with 55 additions and 18 deletions

View file

@ -122,6 +122,19 @@ $logo-height: $navbar-height - 20px;
}
}
.category-description {
opacity: 0.6;
font-size: small;
}
.category-status {
.topic-count {
margin-left: 5px;
opacity: 0.7;
font-size: small;
}
}
.category {
white-space: nowrap;
}