diff options
author | Simon L <szaimen@e.mail.de> | 2023-10-17 17:29:06 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-10-17 16:07:04 +0000 |
commit | d4415ba6ddda3847c710f8f15d4ff3e175ba5560 (patch) | |
tree | c40733d59b422e6db3646f272d5a2b97eb68ef09 /apps/settings/css/settings.scss | |
parent | d5f0ba96022f9e8075a194393e5941fe8d04f603 (diff) | |
download | nextcloud-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.scss | 8 |
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 { |