Skip to content

Commit 2026fc5

Browse files
author
Danja Levien
committed
release 2.6.4
1 parent f6f3d87 commit 2026fc5

File tree

6 files changed

+14969
-6518
lines changed

6 files changed

+14969
-6518
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version History
22

3+
## *2.6.4 (2023/04/21)*
4+
5+
### QUALITY PLUGIN
6+
Improvements to the last quality-plugin update:
7+
* Add flexible width for Quality-Button Content
8+
39
## *2.6.3 (2022/11/18)*
410

511
### QUALITY PLUGIN

dist/quality/quality.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.mejs__qualities-button,
66
.mejs-qualities-button {
77
position: relative;
8+
width: auto;
89
}
910

1011
.mejs__qualities-button > button,
@@ -13,8 +14,8 @@
1314
color: #fff;
1415
font-size: 0.6875rem;
1516
font-weight: 700;
16-
margin: 0.563rem 0 0;
17-
width: 2.25rem;
17+
position: static;
18+
width: auto;
1819
}
1920

2021
.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.

0 commit comments

Comments
 (0)