From 2fe04a6ec25d8662bf29785b96427b11fa8111c7 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Fri, 4 Sep 2020 16:27:33 +0100 Subject: [PATCH] Fixed issue with admin link changing nav height. --- src/components/userManager.svelte | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/userManager.svelte b/src/components/userManager.svelte index 4f0da17..cdd4aef 100644 --- a/src/components/userManager.svelte +++ b/src/components/userManager.svelte @@ -11,11 +11,7 @@ width: 100%; height: 100%; } - - a { - display: inline-block; - height: 100%; - } - Admin + +Admin