From c0488d1767eb32902bf42e53378173aa2e372073 Mon Sep 17 00:00:00 2001 From: CenTdemeern1 Date: Tue, 28 Jan 2025 23:52:17 +0100 Subject: [PATCH] Add defaults list for use later --- static/config.html | 8 +++++++- static/main.css | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/static/config.html b/static/config.html index 84aefaa..8c37373 100644 --- a/static/config.html +++ b/static/config.html @@ -87,7 +87,7 @@ Unchecking this is not recommended, and this option only exists for exceptional
@@ -102,6 +102,12 @@ Unchecking this is not recommended, and this option only exists for exceptional

+
+ + +

diff --git a/static/main.css b/static/main.css index d5d6898..917dc43 100644 --- a/static/main.css +++ b/static/main.css @@ -126,6 +126,10 @@ abbr[title] { min-height: 50%; } +.full-width { + min-width: 100%; +} + .full-height { min-height: 100%; }