From da6659b5c90f6bfd010e11a1414caa63dc0f43b2 Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Sun, 4 Sep 2022 12:33:41 +0200 Subject: [PATCH] enable mobile view Fix for https://github.com/nextcloud/serverinfo/issues/385 and https://github.com/nextcloud/serverinfo/issues/361 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 f8bb6389..b224ba8e 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 { @@ -189,7 +181,6 @@ min-width: 100%; } -/* @media only screen and (max-width: 1200px) { .col-xl-6 { flex-basis: 50%; @@ -225,4 +216,3 @@ min-width: 100%; } } -*/