1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Fix thumbnail corner coloring

This commit is contained in:
Lety Does Stuff 2025-06-17 17:25:58 -07:00 committed by Chocobozzz
parent 94046baaf0
commit 1bdd0a8299

View file

@ -27,7 +27,7 @@
width: 100%;
height: 100%;
overflow: hidden;
background-color: #ececec;
background-color: transparent;
transition: filter $play-overlay-transition;
@include disable-outline;