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

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