feat(): add support for listing tags and categories
This commit is contained in:
@@ -47,6 +47,7 @@ a {
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: $screen-sm-max) {
|
||||
@@ -96,6 +97,14 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.tags li:before {
|
||||
@extend .glyphicon-tag;
|
||||
}
|
||||
|
||||
&.categories li:before {
|
||||
@extend .glyphicon-book;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-sm-max) {
|
||||
|
||||
Reference in New Issue
Block a user