From b1170492a542c5fe6cfc001d1481e0957279c91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= <2-TechnicalSuwako@users.noreply.git.076.ne.jp> Date: Wed, 15 Sep 2021 19:53:57 +0900 Subject: [PATCH] =?UTF-8?q?JS=E3=81=AE=E3=83=97=E3=83=AC=E3=82=A4=E3=83=A4?= =?UTF-8?q?=E3=83=BC=E3=82=92=E7=9B=B4=E3=82=8A=E3=81=BE=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/invidious/views/template.ecr | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 00609bf1..1b62c591 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; }