Increase margin for channel watermarks

This commit is contained in:
syeopite 2023-09-23 14:09:37 -04:00
parent a19174c7b3
commit f9e4b6617b
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -269,7 +269,7 @@ video.video-js {
}
.channel-watermark-container {
margin: 5px;
margin: 0 35px;
opacity: 0.7;
transition: opacity .25s cubic-bezier(0,0,.2,1);
}