Commit bc625ab5 by Sarina Canelake

Merge pull request #1904 from tusbar/player-size

Stop forcing video player’s speeds widget width
parents 461b8059 9d31a4ac
......@@ -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