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:
parent
464b971315
commit
3901ab0e72
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user