Add frontend category picker and enable categories in threadlist
This commit is contained in:
parent
7e42479228
commit
7cda14e9fe
4 changed files with 113 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue