Skip to content

Commit bfa13f0

Browse files
Danja Leviendigitas-git
authored andcommitted
Revert "corrects the width of the quality button for flexible long content like 1080p"
This reverts commit 7f34156.
1 parent dca5afa commit bfa13f0

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

dist/quality/quality.css

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

1110
.mejs__qualities-button > button,
1211
.mejs-qualities-button > button {
1312
background: transparent;
1413
color: #fff;
15-
display: block;
1614
font-size: 0.6875rem;
1715
font-weight: 700;
1816
margin: 0.563rem 0 0;
19-
min-width: 2.25rem;
20-
position: static;
21-
width: auto;
17+
width: 2.25rem;
2218
}
2319

2420
.mejs__qualities-selector,

dist/quality/quality.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/quality/quality.css

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

1110
.mejs__qualities-button > button,
1211
.mejs-qualities-button > button {
1312
background: transparent;
1413
color: #fff;
15-
display: block;
1614
font-size: 0.6875rem;
1715
font-weight: 700;
1816
margin: 0.563rem 0 0;
19-
min-width: 2.25rem;
20-
position: static;
21-
width: auto;
17+
width: 2.25rem;
2218
}
2319

2420
.mejs__qualities-selector,

0 commit comments

Comments
 (0)