PostCounter
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user