Integrated channel filter, partially restored actor bio.

This commit is contained in:
2024-01-10 02:00:38 +01:00
parent d242eb3b73
commit 63f2bdbe60
19 changed files with 1221 additions and 159 deletions

View File

@@ -250,6 +250,21 @@ function toggleFilters(state) {
}
}
.filter-details {
display: flex;
align-items: stretch;
margin-left: .5rem;
.filter-remove.icon {
padding: .25rem .6rem;
fill: var(--shadow);
&:hover {
fill: var(--alert);
}
}
}
.filter-count {
width: 1.5rem;
display: flex;