1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

fix(css): set seek to live button's align-items prop to center (#6942)

Fixes https://github.com/videojs/themes/issues/7
This commit is contained in:
genofire 2020-11-16 20:44:29 +01:00 committed by GitHub
parent 464b971315
commit 3901ab0e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
// css for the new live ui below
.video-js .vjs-seek-to-live-control {
align-items: center;
cursor: pointer;
@include flex(none);
display: inline-flex;