Equicord/src/equicordplugins/bannersEverywhere/style.css
panbread bdd113c47b
fix(unreadBadgeCount, bannersEverywhere): some fixes (#157)
Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
2025-02-18 10:01:26 -05:00

17 lines
460 B
CSS

/* stylelint-disable property-no-vendor-prefix */
.vc-banners-everywhere-memberlist {
position: absolute;
left: 0;
border-radius: var(--radius-sm);
opacity: 0.8;
-webkit-mask-image: linear-gradient(to right, transparent 20%, #fff);
mask-image: linear-gradient(to right, transparent 20%, #fff);
object-fit: cover;
width: 100%;
height: 100%;
cursor: pointer;
}
.vc-banners-everywhere-memberlist ~ div {
z-index: 1;
}