Styling touchups for image previews (#1582)

* styling touchups for image previews

* update vtt-thumbnails commit hash
This commit is contained in:
mayeaux 2022-06-06 16:28:06 +02:00 committed by GitHub
parent 8aaa820e2f
commit dcf9b1802f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -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"