From 8fb3bd8d9ccf218bcb4e66c7c09c718bd1d798a9 Mon Sep 17 00:00:00 2001 From: Valentin Weber Date: Sat, 7 Dec 2024 19:38:35 +0100 Subject: [PATCH 1/3] feat(templates): modify login mask for responsiveness --- templates/login.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/templates/login.html b/templates/login.html index d07c328..c1eb7b4 100644 --- a/templates/login.html +++ b/templates/login.html @@ -5,15 +5,19 @@

Welcome

{# Show a username/password login form #} -
- -
- - -
- - - Cancel + +
+ + +
+
+ + +
+
+ + Cancel +
{{ super() }} @@ -23,3 +27,4 @@ {% block eanwebsocket %} document.location = "/?ean=" + e.data; {% endblock %} + From 4943508233a22132092f5af223952159c15a178c Mon Sep 17 00:00:00 2001 From: Valentin Weber Date: Sat, 7 Dec 2024 19:49:40 +0100 Subject: [PATCH 2/3] feat(templates): userlist improve breakpoints --- templates/userlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/userlist.html b/templates/userlist.html index 087d1d4..075843a 100644 --- a/templates/userlist.html +++ b/templates/userlist.html @@ -5,7 +5,7 @@