Commit 9d31a4ac by Bertrand Marron

Stop forcing video player’s speeds widget width

When translating the “Speed” label using a longer word, the speeds
button gets really ugly.  The dropdown and the button will not always
have equal widths, but it’s better than having the text overlap the
other buttons.
parent 461b4739
......@@ -307,9 +307,10 @@ div.video {
padding-left: 15px;
position: relative;
-webkit-font-smoothing: antialiased;
width: 116px;
min-width: 116px;
@media (max-width: 1024px) {
min-width: 0;
width: 86px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment