This commit is contained in:
2026-07-17 08:41:18 +02:00
parent 36996d20d5
commit 6bc882e75a

View File

@@ -7661,6 +7661,12 @@ div.posts>a.thumb > p {
z-index: 1; z-index: 1;
} }
.thumb-indicators {
display: grid;
grid-template-columns: 1fr 1fr;
bottom: 5px;
left: 5px;
}
/* Make individual item entry subtler and faster for infinite scroll */ /* Make individual item entry subtler and faster for infinite scroll */
@keyframes fadeInFX { @keyframes fadeInFX {
@@ -11027,8 +11033,6 @@ div.posts>a::after {
} }
.oc-indicator { .oc-indicator {
position: absolute;
left: 1px;
fill: #ffd700; fill: #ffd700;
pointer-events: none; pointer-events: none;
bottom: 1px; bottom: 1px;
@@ -14294,9 +14298,6 @@ body.layout-modern .xd-score-wrapper {
/* ─── xD score thumbnail indicator (position fix) ─────────────────── */ /* ─── xD score thumbnail indicator (position fix) ─────────────────── */
.thumb-xd-indicator { .thumb-xd-indicator {
position: absolute;
bottom: 5px;
left: 5px;
padding: 1px 5px; padding: 1px 5px;
border-radius: 4px; border-radius: 4px;
font-size: 0.65em; font-size: 0.65em;