Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis1993 <Dennis1993@users.noreply.github.com>2022-09-04 13:33:41 +0300
committerGitHub <noreply@github.com>2022-09-04 13:33:41 +0300
commitda6659b5c90f6bfd010e11a1414caa63dc0f43b2 (patch)
tree909f3f49893c9249ca5e663827c2d4649bb57933
parent32b5e46eb7258cd411a8a54aee242a93bc57a288 (diff)
enable mobile viewDennis1993-patch-1
Fix for https://github.com/nextcloud/serverinfo/issues/385 and https://github.com/nextcloud/serverinfo/issues/361 Signed-off-by: Dennis1993 <Dennis1993@users.noreply.github.com>
-rw-r--r--css/style.css12
1 files changed, 1 insertions, 11 deletions
diff --git a/css/style.css b/css/style.css
index f8bb638..b224ba8 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%;
}
}
-*/