From f23bb4f2de31f432c0f618fb0487c7eb1939606c Mon Sep 17 00:00:00 2001 From: Chaxiraxi Date: Thu, 22 Sep 2022 16:14:35 +0200 Subject: [PATCH] Fixed navbar colliding with little Spotify's menu --- user.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.css b/user.css index fab12ef..83f9130 100644 --- a/user.css +++ b/user.css @@ -22,6 +22,9 @@ body { background-repeat: no-repeat; background-size: 100%; } +.main-navBar-entryPoints { + margin-top: 20px; +} .main-repeatButton-button, .main-shuffleButton-button { color: var(--spice-subtext); opacity: 70%;