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:28:47 +0300
committerGitHub <noreply@github.com>2022-09-04 13:28:47 +0300
commit1b192a67b1bbf8e92e8ede858da34262ffc29efd (patch)
tree3790cf8fe60d83d32501ba67a804d4d96342f757
parentccdc8a90d004681340fa5e18825c87e775bd85cc (diff)
Fix mobile viewDennis1993-patch-2
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.css13
1 files changed, 2 insertions, 11 deletions
diff --git a/css/style.css b/css/style.css
index f8bb638..266134d 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,7 @@
min-width: 100%;
}
-/*
+
@media only screen and (max-width: 1200px) {
.col-xl-6 {
flex-basis: 50%;
@@ -225,4 +217,3 @@
min-width: 100%;
}
}
-*/