UX: hide thread icon on drawer when minimised

This commit is contained in:
chapoi 2024-11-19 14:31:58 +08:00
parent d8db9660db
commit 45447e7fcc

View File

@ -104,6 +104,10 @@
.c-navbar__threads-list-button {
gap: 0.25rem;
.is-collapsed & {
display: none;
}
&.has-unreads {
.d-icon-discourse-threads {
color: var(--tertiary-med-or-tertiary);