music video

This commit is contained in:
vapormusic 2021-12-07 13:39:04 +07:00
parent b05b826f4f
commit b46b44d2d4
3 changed files with 65 additions and 3 deletions

View file

@ -1858,7 +1858,47 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
margin-right: 5px;
}
.playlist-display .playlist-info .playlist-time {
.playlist-time {
font-size: 0.9em;
margin: 6px;
opacity: 0.7;
}
#apple-music-video-container {
background: black;
position: absolute;
float: left;
display: none;
width: 100%;
height: 100%;
top: 0;
z-index: 100000;
}
#apple-music-video-player{
position: absolute;
top: 50%;
width: 100%;
transform: translate(0, -50%);
}
#apple-music-video-player-controls{
position: absolute;
z-index: 100001;
float: left;
width: 100%;
height: 100%;
}
#apple-music-video-player-controls #player-exit{
position: absolute;
z-index: 100001;
float: left;
width: 100%;
margin: 10px;
}
#apple-music-video-player-controls:hover{
opacity: 1;
}