yeah yeah power un dat

This commit is contained in:
2026-07-17 08:45:20 +02:00
parent 6bc882e75a
commit 2e9bd701b1

View File

@@ -7666,6 +7666,7 @@ div.posts>a.thumb > p {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
bottom: 5px; bottom: 5px;
left: 5px; left: 5px;
gap: 2px;
} }
/* Make individual item entry subtler and faster for infinite scroll */ /* Make individual item entry subtler and faster for infinite scroll */
@@ -11033,13 +11034,18 @@ div.posts>a::after {
} }
.oc-indicator { .oc-indicator {
fill: #ffd700; padding: 1px 5px;
pointer-events: none; border-radius: 4px;
bottom: 1px; font-size: 0.65em;
line-height: normal; font-weight: 700;
font-size: 13px; letter-spacing: 0.03em;
font-family: 'VCR' !important; line-height: 1.4;
z-index: 11; pointer-events: none;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
z-index: 10;
} }
/* For sub-cards which have a simpler structure */ /* For sub-cards which have a simpler structure */