Fix play icon vertical alignment

pull/4723/head
Chocobozzz 2022-01-11 09:22:46 +01:00
parent 73e64592b9
commit c2e6ad30a4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}
}