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%; }