Add frontend category picker and enable categories in threadlist

This commit is contained in:
Joey Yakimowich-Payne 2018-08-06 16:22:32 +09:00
commit 7cda14e9fe
4 changed files with 113 additions and 10 deletions

View file

@ -206,6 +206,14 @@ $threads-meta-color: #545d70;
display: inline-block;
}
.square {
width: 0;
height: 0;
border: 0.3rem solid #98c766;
display: inline-block;
margin-right: 5px;
}
.load-more-separator {
text-align: center;
color: darken($label-color, 35%);
@ -711,10 +719,8 @@ hr {
#threads-list.table {
tr > th:nth-child(2), tr > td:nth-child(2) {
display: none;
}
}
.category, div.flag-button {
display: none;
}
}