From 760f5f946991691241b48cd2e1aabff4eb2f2855 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 27 Jun 2020 22:07:21 +1000 Subject: [PATCH] Fix aspect ratio issue --- src/sass/base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sass/base.scss b/src/sass/base.scss index 8ab3e1a8..93f91bd9 100644 --- a/src/sass/base.scss +++ b/src/sass/base.scss @@ -12,7 +12,6 @@ font-family: $plyr-font-family; font-variant-numeric: tabular-nums; // Force monosace-esque number widths font-weight: $plyr-font-weight-regular; - height: 100%; line-height: $plyr-line-height; max-width: 100%; min-width: 200px;