From f9e4b6617bb2b24d5d3e40e357fae1ad718fc7c6 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sat, 23 Sep 2023 14:09:37 -0400 Subject: [PATCH] Increase margin for channel watermarks --- assets/css/player.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/player.css b/assets/css/player.css index 415aa272..a821b85e 100644 --- a/assets/css/player.css +++ b/assets/css/player.css @@ -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); }