mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(catalog): hide threads across board catalogs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user