summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-08-07 00:28:14 +0200
committerJulius Härtl <jus@bitgrid.net>2018-08-07 18:02:13 +0200
commitd1636147eb000c8d78e0d6caed1d10397e560577 (patch)
tree0b07277eb70c02e6937c87d74fd30f943a6f09e0 /settings/css
parentf8de12c0147d7982ce6ff0a4ec67bbb9c546a2aa (diff)
downloadnextcloud-server-d1636147eb000c8d78e0d6caed1d10397e560577.tar.gz
nextcloud-server-d1636147eb000c8d78e0d6caed1d10397e560577.zip
Fixes the apps list layout
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss22
1 files changed, 18 insertions, 4 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 3dd6bf82916..72e69fa240d 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -909,9 +909,16 @@ span.version {
width: 50%;
}
}
+
+@media only screen and (max-width: 480px) {
+ .store .section {
+ width: 100%;
+ }
+}
+
/* hide app version and level on narrower screens */
@media only screen and (max-width: 900px) {
- #apps-list.installed {
+ .apps-list.installed {
.app-version, .app-level {
display: none !important;
}
@@ -919,7 +926,7 @@ span.version {
}
@media only screen and (max-width: 500px) {
- #apps-list.installed .app-groups {
+ .apps-list.installed .app-groups {
display: none !important;
}
}
@@ -1000,8 +1007,7 @@ span.version {
list-style-position: inside;
}
-
-#apps-list, #apps-list-search {
+.apps-list {
.section {
cursor: pointer;
}
@@ -1134,6 +1140,14 @@ span.version {
}
}
+#apps-list-search {
+ .section {
+ h2 {
+ margin-bottom: 0;
+ }
+ }
+}
+
/* LOG */
#log {
white-space: normal;