From 55a76f17b0a9e848cd9a742ed8bfc7dc59ed7a21 Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Mon, 12 Sep 2022 15:50:08 +0200 Subject: [PATCH 1/2] Fix mobile view Fix mobile view Signed-off-by: Dennis1993 --- css/style.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 3037721a..cc303db9 100644 --- a/css/style.css +++ b/css/style.css @@ -2,16 +2,8 @@ max-width: 100vw; } -.monitoring-wrapper { - display: -webkit-flex; - display: flex; - position: left; - max-width: 50%; - min-width: 50%; -} - .monitoring-wrapper > input { - flex: 1 0 auto; + width: calc(100% - 28px); } .monitoring-wrapper + .settings-hint { @@ -191,7 +183,6 @@ min-width: 100%; } -/* @media only screen and (max-width: 1200px) { .col-xl-6 { flex-basis: 50%; @@ -227,4 +218,3 @@ min-width: 100%; } } -*/ From b94f0b9dd25aa9c659dcb6a3675ea52eca84a2e1 Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Mon, 12 Sep 2022 15:51:06 +0200 Subject: [PATCH 2/2] Fix mobile view Fix mobile view Signed-off-by: Dennis1993 --- templates/settings-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/settings-admin.php b/templates/settings-admin.php index 8127c11a..1144e6c5 100644 --- a/templates/settings-admin.php +++ b/templates/settings-admin.php @@ -337,7 +337,7 @@ class="barchart"
-
+

t('External monitoring tool')); ?>