fix(catalog): hide threads across board catalogs

This commit is contained in:
Tommaso Casaburi
2026-05-14 16:59:55 +07:00
parent d1fbc7f46a
commit 8217bad735
17 changed files with 1544 additions and 123 deletions
@@ -34,7 +34,8 @@
cursor: not-allowed !important;
}
.mobileBoardButtons a:not([class~='button']), .desktopBoardButtons a:not([class~='button']) {
.mobileBoardButtons a:not([class~='button']),
.desktopBoardButtons a:not([class~='button']) {
all: unset;
}
@@ -60,7 +61,7 @@
}
.desktopBoardButtons::after {
content: "";
content: '';
display: table;
clear: both;
}
@@ -107,6 +108,30 @@
text-transform: none !important;
}
.hiddenCatalogThreadsToggle {
text-transform: none;
}
.desktopHiddenCatalogThreadsToggle {
display: inline;
}
.hiddenCatalogThreadsToggleAction {
all: unset;
color: var(--button-desktop-text-color);
cursor: pointer;
}
.hiddenCatalogThreadsToggleAction:hover {
color: var(--button-desktop-text-color-hover);
}
.mobileHiddenCatalogThreadsToggle {
display: block;
margin-top: 3px;
margin-bottom: 15px;
}
.mobileBoardButtons {
text-transform: capitalize;
}