Remove macOS overlap in music videos.
This commit is contained in:
parent
2b18027dbd
commit
27612b4f96
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue