From 30c8e2272f8c5c9d89e138e37d7641d7da752022 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 11 Sep 2024 22:43:09 +0200 Subject: [PATCH] feat(meta): meta interface sidebar is now responsive #15 --- data/www/base.html | 37 +++++++++++++++---------------------- data/www/styles.css | 8 ++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/data/www/base.html b/data/www/base.html index 3a51efd..3701a12 100644 --- a/data/www/base.html +++ b/data/www/base.html @@ -110,16 +110,18 @@ -
-
+ +
+
- - -
-
-
- - - - - {{app_name}} - - +
+
+ +
+ {% block main %}{% endblock %}
- {% block header_ext %}{% endblock %} -
- -
- {% block main %}{% endblock %}
-
- Created by {{ author }} © {{year}} -
+
+
+ Created by {{ author }} © {{year}} +
diff --git a/data/www/styles.css b/data/www/styles.css index 6c1522f..cabcccc 100644 --- a/data/www/styles.css +++ b/data/www/styles.css @@ -1,3 +1,11 @@ +body { + border-collapse: collapse; +} + +.border-collapse { + border-collapse: collapse; +} + .bd-placeholder-img { font-size: 1.125rem; text-anchor: middle;