mirror of https://github.com/Chocobozzz/PeerTube
Fix play icon vertical alignment
parent
73e64592b9
commit
c2e6ad30a4
|
@ -104,7 +104,9 @@
|
|||
|
||||
.vjs-icon-placeholder::before {
|
||||
font-size: $control-bar-play-font-size;
|
||||
line-height: initial;
|
||||
line-height: unset;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue