sidebar blurring

This commit is contained in:
2026-05-23 18:22:46 +02:00
parent c480b82db6
commit dbe0859750
5 changed files with 73 additions and 17 deletions

View File

@@ -14410,10 +14410,10 @@ body.scroller-active #gchat-reopen-bubble {
/* Filter badge style on navbar */
.filter-badge {
position: absolute;
bottom: -13px;
font-size: 8px;
bottom: -14px;
font-size: 9px;
font-weight: 800;
padding: 1px 4px;
padding: 2px 4px;
line-height: 1;
text-transform: uppercase;
color: #fff !important;
@@ -14705,4 +14705,10 @@ body.scroller-active #gchat-reopen-bubble {
padding: 0 !important;
font-size: 11px !important;
line-height: 1 !important;
}
/* Sidebar activity thumbnails blur support (SFW/Untagged only; NSFW/NSFL use pre-blurred static images directly) */
.blur-sfw-active .sidebar-thumb-link[data-mode="sfw"] img,
.blur-untagged-active .sidebar-thumb-link[data-mode="untagged"] img {
filter: blur(8px) contrast(0.85) brightness(0.85);
}