From 97b663f2fb1227e0f6cc8cb18ddf370d1c21310a Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Sun, 6 Apr 2025 18:02:29 +0100 Subject: [PATCH] Fixing css --- frontend/src/app/globals.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index e689237..536f88f 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -979,7 +979,8 @@ there. .navbar-spacer { display: none; } .navbar > .container { - width: 100%; } + width: 100%; + max-height: 55px; } .navbar-list { list-style: none; margin-bottom: 0; } @@ -1076,8 +1077,3 @@ there. .popover-item:first-child .popover-link:hover:after { border-bottom-color: #33C3F0; } } - -.has-docked-nav .navbar > .container { - width: 80%; - max-height: 55px; -}