From 302d73854f1a16b79847d334c0966c98d4669657 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 3 Jul 2026 08:49:48 +0200 Subject: [PATCH] should be good now --- views/setup.ejs | 2 +- web/css/setup.css | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/views/setup.ejs b/views/setup.ejs index 651cf8c..e84bbe1 100644 --- a/views/setup.ejs +++ b/views/setup.ejs @@ -13,7 +13,7 @@
-
+

Dashboard

diff --git a/web/css/setup.css b/web/css/setup.css index ea3b0c6..0d4a839 100644 --- a/web/css/setup.css +++ b/web/css/setup.css @@ -101,15 +101,15 @@ li.active { height: 100%; z-index: 1000; /* Ensure it's above other content */ transition: margin-left 0.3s ease; /* Smooth transition */ - } - - .admin-wrapper { - transition: margin-left 0.3s ease, width 0.3s ease; - } +} - .admin-wrapper > .panel-full > .panel-full { +.admin-wrapper { + transition: margin-left 0.3s ease, width 0.3s ease; +} + +.admin-wrapper > .panel-full > .panel-full { min-height: 100vh; - } +} #map { height:400px;