mirror of
https://github.com/videojs/video.js.git
synced 2025-03-05 15:16:06 +02:00
Move captions down when controls are inactive
This commit is contained in:
parent
ed78764379
commit
b0a6cf335a
@ -770,6 +770,8 @@ body.vjs-full-window {
|
||||
left: 1em;
|
||||
right: 1em;
|
||||
}
|
||||
/* Move captions down when controls aren't being shown */
|
||||
.video-js.vjs-user-inactive .vjs-text-track-display { bottom: 1em; }
|
||||
/* Individual tracks */
|
||||
.video-js .vjs-text-track {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user