PostCounter

This commit is contained in:
2026-01-29 12:52:41 +11:00
parent 6774ff272d
commit f67099f5b0
2 changed files with 31 additions and 4 deletions

View File

@@ -870,3 +870,20 @@ p {
scroll-snap-type: x mandatory;
}
/* --- MEDIA COUNTER BADGE --- */
.media-counter {
position: absolute;
top: 12px;
right: 12px;
background: rgba(0, 0, 0, 0.6);
color: #fff;
font-size: 12px;
padding: 4px 8px;
border-radius: 12px;
pointer-events: none;
z-index: 10;
font-weight: 500;
backdrop-filter: blur(4px);
}