From c48c04439d1ebfd9d5d838f075e47e2d89bbcaaa Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Sun, 29 Jan 2023 14:43:18 -0300 Subject: [PATCH] fixes #187 Signed-off-by: Victor Seiji Hariki --- css/index.css | 4 +- pages/configuration.html | 129 +++++++++++++++++++++++++-------------- 2 files changed, 85 insertions(+), 48 deletions(-) diff --git a/css/index.css b/css/index.css index 558592a..4ac8044 100644 --- a/css/index.css +++ b/css/index.css @@ -130,6 +130,9 @@ body { border-radius: 10px; + min-width: 300px; + width: 300px; + color: var(--c-text); overflow: hidden; @@ -179,7 +182,6 @@ body { #page-overlay { border: 0; - max-width: 300px; max-height: 400px; width: 100%; diff --git a/pages/configuration.html b/pages/configuration.html index 647f3d2..9e6e186 100644 --- a/pages/configuration.html +++ b/pages/configuration.html @@ -6,8 +6,6 @@ - - @@ -24,6 +22,12 @@