Styling touchups for image previews (#1582)
* styling touchups for image previews * update vtt-thumbnails commit hash
This commit is contained in:
parent
8aaa820e2f
commit
dcf9b1802f
2 changed files with 4 additions and 2 deletions
|
@ -64,10 +64,12 @@ $control-bar-popup-font-size: 0.8rem;
|
|||
}
|
||||
|
||||
.vjs-vtt-thumbnail-display {
|
||||
margin-top: -122px;
|
||||
margin-top: -37px;
|
||||
border: 1px solid white;
|
||||
background-color: black !important;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
// Circle play head
|
||||
|
|
|
@ -17283,7 +17283,7 @@ videojs-logo@^2.1.4:
|
|||
|
||||
"videojs-vtt-thumbnails@https://github.com/OdyseeTeam/videojs-vtt-thumbnails":
|
||||
version "0.0.13"
|
||||
resolved "https://github.com/OdyseeTeam/videojs-vtt-thumbnails#260a63aa9679992adcd4c2bd42cb042595db9f4b"
|
||||
resolved "https://github.com/OdyseeTeam/videojs-vtt-thumbnails#a834a01fb0f159289e84fffa420c169d45b524ac"
|
||||
dependencies:
|
||||
global "^4.4.0"
|
||||
request "^2.88.2"
|
||||
|
|
Loading…
Reference in a new issue