From eaa6de22c06b8dc7bbbcee7b8d1d12cfe9c374c6 Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Tue, 10 Sep 2024 11:40:48 +0200 Subject: [PATCH] Fix Design Error: 108vw and Margin of Maincontainer --- app/static/app/css/custom.css | 1 + app/templates/app/base.html | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/app/static/app/css/custom.css b/app/static/app/css/custom.css index 8981a84..b294ef0 100644 --- a/app/static/app/css/custom.css +++ b/app/static/app/css/custom.css @@ -99,6 +99,7 @@ .maincontainer { height: 93vh; transition: height 1s ease, transform 1s ease; + margin: 0; } .bg-white-color { diff --git a/app/templates/app/base.html b/app/templates/app/base.html index 87aa0ea..9a936ed 100644 --- a/app/templates/app/base.html +++ b/app/templates/app/base.html @@ -16,20 +16,22 @@
-
+
- Settings - - - - Settings - SettingsClose +
+ Settings + + + + Settings + SettingsClose +
-
+
{% block content %} {% endblock %}