diff options
Diffstat (limited to 'src/sass')
-rw-r--r-- | src/sass/base.scss | 1 | ||||
-rw-r--r-- | src/sass/components/poster.scss | 1 | ||||
-rw-r--r-- | src/sass/components/times.scss | 2 |
3 files changed, 2 insertions, 2 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; diff --git a/src/sass/components/poster.scss b/src/sass/components/poster.scss index 2e966a32..6b2d7b6b 100644 --- a/src/sass/components/poster.scss +++ b/src/sass/components/poster.scss @@ -10,6 +10,7 @@ height: 100%; left: 0; opacity: 0; + pointer-events: none; position: absolute; top: 0; transition: opacity 0.2s ease; diff --git a/src/sass/components/times.scss b/src/sass/components/times.scss index db41275d..c9f957bb 100644 --- a/src/sass/components/times.scss +++ b/src/sass/components/times.scss @@ -14,7 +14,7 @@ margin-right: $plyr-control-spacing; } - @media (max-width: calc(#{$plyr-bp-md} - 1)) { + @media (max-width: calc(#{$plyr-bp-md} - 1px)) { display: none; } } |