Skip to content

Commit 29cdc15

Browse files
Danja Leviendigitas-git
authored andcommitted
corrects the width of the quality button for flexible long content like 1080p
1 parent bfa13f0 commit 29cdc15

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/quality/quality.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@
55
.mejs__qualities-button,
66
.mejs-qualities-button {
77
position: relative;
8+
width: auto;
89
}
910

1011
.mejs__qualities-button > button,
1112
.mejs-qualities-button > button {
1213
background: transparent;
1314
color: #fff;
15+
display: block;
1416
font-size: 0.6875rem;
1517
font-weight: 700;
1618
margin: 0.563rem 0 0;
17-
width: 2.25rem;
19+
min-width: 2.25rem;
20+
position: static;
21+
width: auto;
1822
}
1923

2024
.mejs__qualities-selector,

0 commit comments

Comments
 (0)