From 8258f57a097a3e4c59a70c732b3915a1e1ab1977 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sat, 13 Jan 2024 07:03:53 +0100 Subject: [PATCH] fix: quick fix layout --- static/site.css | 9 +++++++++ templates/index.html | 24 +++++++++++++----------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/static/site.css b/static/site.css index bcf66ab..8796690 100644 --- a/static/site.css +++ b/static/site.css @@ -27,6 +27,15 @@ table{ border-color: transparent; } +.user-settings{ + display: inline-flex; + color: white; +} + +.form-check{ + margin-right: 15px; +} + .m-auto{ margin: auto; } diff --git a/templates/index.html b/templates/index.html index 5610971..fed58e3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,17 +4,19 @@ {% include "upload-button.html" %} -
- - -
-
- - -
-
- - +