Fix for overflowing captions icon

Closes #467.
This commit is contained in:
Feross Aboukhadijeh
2016-05-12 17:54:16 -07:00
parent e5b648dfc6
commit fd0fc769b1

View File

@@ -751,9 +751,15 @@ body.drag .app::after {
.player-controls .volume-icon,
.player-controls .back {
display: block;
width: 20px;
height: 20px;
margin: 5px;
/*
* Fix for overflowing captions icon
* https://github.com/feross/webtorrent-desktop/issues/467
*/
max-width: 22px;
overflow: hidden;
}
.player-controls .volume,