mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
31 lines
796 B
CSS
31 lines
796 B
CSS
/* Stash Audio Player Lite */
|
|
.VideoPlayer.audio .scrubber-wrapper,
|
|
.VideoPlayer.audio .vjs-big-play-button,
|
|
.VideoPlayer.audio .vjs-big-button-group,
|
|
.VideoPlayer.audio .vjs-loading-spinner,
|
|
.VideoPlayer.audio .vjs-skip-button {
|
|
display: none !important;
|
|
}
|
|
.VideoPlayer.audio .vjs-control-bar {
|
|
display: flex !important;
|
|
opacity: 100 !important;
|
|
}
|
|
.VideoPlayer.audio .vjs-seek-button {
|
|
display: block !important;
|
|
}
|
|
.VideoPlayer.audio .video-js {
|
|
background-color: #202b33 !important;
|
|
width: 100%;
|
|
}
|
|
.VideoPlayer.audio #VideoJsPlayer_html5_api {
|
|
display: none !important;
|
|
}
|
|
.VideoPlayer.audio .video-wrapper {
|
|
height: 7rem !important;
|
|
overflow: visible;
|
|
}
|
|
.VideoPlayer.audio > .vjs-poster {
|
|
height: 56.25vw !important;
|
|
position: relative !important;
|
|
}
|