From f3e6f5d9256bbea753cd4039fdbce1fb59becf6a Mon Sep 17 00:00:00 2001 From: Cuptain Date: Tue, 5 Nov 2024 11:09:46 +1100 Subject: [PATCH] Fixed icons growing on windows --- fclauncher/frontend/src/Navbar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fclauncher/frontend/src/Navbar.svelte b/fclauncher/frontend/src/Navbar.svelte index 66816e9..9e58c41 100644 --- a/fclauncher/frontend/src/Navbar.svelte +++ b/fclauncher/frontend/src/Navbar.svelte @@ -122,7 +122,7 @@ function unextend(){ text-decoration: none; } .nav-icon{ - min-width: 3rem; + width: 3rem; margin: 0 1rem; } .nav-link:hover{