diff options
author | Sam Potts <sam@potts.es> | 2020-06-27 22:07:21 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-10-19 21:43:20 +1100 |
commit | 760f5f946991691241b48cd2e1aabff4eb2f2855 (patch) | |
tree | 57ea4f0e7ccca4ba0e8a8b7e26553baf6f08fe12 /src | |
parent | 0135e9c7f4d8a4e393f931412ddba7fc941f6911 (diff) | |
download | plyr-760f5f946991691241b48cd2e1aabff4eb2f2855.tar.lz plyr-760f5f946991691241b48cd2e1aabff4eb2f2855.tar.xz plyr-760f5f946991691241b48cd2e1aabff4eb2f2855.zip |
Fix aspect ratio issue
Diffstat (limited to 'src')
-rw-r--r-- | src/sass/base.scss | 1 |
1 files changed, 0 insertions, 1 deletions
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; |