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;