aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/css/settings.scss
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-10-17 17:29:06 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-10-17 16:07:04 +0000
commitd4415ba6ddda3847c710f8f15d4ff3e175ba5560 (patch)
treec40733d59b422e6db3646f272d5a2b97eb68ef09 /apps/settings/css/settings.scss
parentd5f0ba96022f9e8075a194393e5941fe8d04f603 (diff)
downloadnextcloud-server-d4415ba6ddda3847c710f8f15d4ff3e175ba5560.tar.gz
nextcloud-server-d4415ba6ddda3847c710f8f15d4ff3e175ba5560.zip
address review
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings/css/settings.scss')
-rw-r--r--apps/settings/css/settings.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss
index 0de35559467..4feedbdf1fb 100644
--- a/apps/settings/css/settings.scss
+++ b/apps/settings/css/settings.scss
@@ -89,7 +89,7 @@ select {
display: grid;
padding: 20px;
max-width: 1700px;
- grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
+ grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
grid-column-gap: 10px;
.section {
@@ -120,12 +120,6 @@ select {
}
}
-@media only screen and (max-width: math.div(variables.$breakpoint-mobile, 2)) {
- #personal-settings {
- display: block;
- }
-}
-
// Button for 'Reasons to use Nextcloud in your organization'
.development-notice {