mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
c483975cb8
Closes https://github.com/shaka-project/shaka-player/issues/3371 Stored content thumbnails are not supported.
27 lines
527 B
Plaintext
27 lines
527 B
Plaintext
#shaka-player-ui-thumbnail-container {
|
|
background-color: black;
|
|
border: 1px solid black;
|
|
box-shadow: 0 8px 8px 0 rgb(0 0 0 / 50%);
|
|
min-width: 150px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
visibility: hidden;
|
|
width: 15%;
|
|
z-index: 1;
|
|
|
|
#shaka-player-ui-thumbnail-image {
|
|
position: absolute;
|
|
}
|
|
|
|
#shaka-player-ui-thumbnail-time {
|
|
background-color: rgb(0 0 0 / 50%);
|
|
bottom: 0;
|
|
color: white;
|
|
font-size: 16px;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
text-align: center;
|
|
}
|
|
}
|