Fix issues with fixed ratios and 100% height/width

This commit is contained in:
Sam Potts
2020-01-14 22:32:45 +00:00
parent a77d2d56f6
commit def3668030
3 changed files with 5 additions and 2 deletions

View File

@ -5,8 +5,9 @@
// Base
.plyr {
@include plyr-font-smoothing($plyr-font-smoothing);
align-items: center;
direction: ltr;
display: flex;
font-family: $plyr-font-family;
font-variant-numeric: tabular-nums; // Force monosace-esque number widths
font-weight: $plyr-font-weight-regular;