From 0f98f6f62c319fa8c44c6ce23604e30a3709a852 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 13 Oct 2020 19:25:21 +0200 Subject: [PATCH] Fix control bar detaching from video player and remove padding --- web/static/css/player.css | 1 - web/static/css/style.css | 1 - 2 files changed, 2 deletions(-) diff --git a/web/static/css/player.css b/web/static/css/player.css index ba32871..180dfb9 100644 --- a/web/static/css/player.css +++ b/web/static/css/player.css @@ -11,7 +11,6 @@ left: 0; width: 100%; height: 100%; - max-height: 90vh; /* Black borders when video is not 16/9 */ background-color: #000; diff --git a/web/static/css/style.css b/web/static/css/style.css index 3b71324..a981f0c 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -50,7 +50,6 @@ h1, h2, h3, h4 { } .col-video { - padding: 1rem; flex-basis: 0; flex-grow: 1; text-align: right;