From 246dd401a34c722316d82ac3156ab4f093913243 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:15:03 +0200 Subject: [PATCH] fixed lastfm position --- src/components/NavBar.svelte | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/NavBar.svelte b/src/components/NavBar.svelte index e1861e9..e0612f2 100644 --- a/src/components/NavBar.svelte +++ b/src/components/NavBar.svelte @@ -245,10 +245,6 @@ flex-grow: 1; } - .lastfm { - display: none; - } - .nav-links { margin-top: 5px; margin-bottom: 5px; @@ -296,7 +292,7 @@ right: 3px; top: 3.5px; border-radius: 5px; - width:300px; + max-width:300px; height: 43px; overflow: hidden; }