diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 00609bf17..1b62c591c 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -52,6 +52,12 @@ .dark-theme a { color: #e599e5 !important; } + #player-container { + padding-left: 0; + padding-right: 0; + margin-left: 1em; + margin-right: 1em; + } footer a { color: #e599e5 !important; }