Remove macOS overlap in music videos.

This commit is contained in:
cryptofyre 2022-06-27 16:03:27 -05:00
parent 2b18027dbd
commit 27612b4f96
2 changed files with 9 additions and 1 deletions

View file

@ -46,4 +46,9 @@ body[platform="darwin"] {
background-color: var(--baseColor); background-color: var(--baseColor);
} }
} }
#apple-music-video-player-controls #player-exit {
margin-top: 18px;
left: 70px;
}
} }

View file

@ -3247,7 +3247,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
z-index: 100001; z-index: 100001;
float: left; float: left;
width: 100%; width: 100%;
margin: 10px; margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
cursor: pointer; cursor: pointer;
} }