From 27612b4f96c2395d343255c12bea3931d0c01156 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Mon, 27 Jun 2022 16:03:27 -0500 Subject: [PATCH] Remove macOS overlap in music videos. --- src/renderer/less/macos.less | 5 +++++ src/renderer/style.less | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/renderer/less/macos.less b/src/renderer/less/macos.less index 80ae65c8..50c669a0 100644 --- a/src/renderer/less/macos.less +++ b/src/renderer/less/macos.less @@ -46,4 +46,9 @@ body[platform="darwin"] { background-color: var(--baseColor); } } + + #apple-music-video-player-controls #player-exit { + margin-top: 18px; + left: 70px; + } } \ No newline at end of file diff --git a/src/renderer/style.less b/src/renderer/style.less index 286c0cf2..f1ffe07d 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -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; }