diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-08-25 14:25:56 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-08-26 19:51:10 +0200 |
commit | f1ce2c2b9303426266a81cacb8efb4ebdb6d2458 (patch) | |
tree | 51863c552a0ab5576606fcae2fc823bb74440e3d /apps/settings/css/settings.scss | |
parent | 1d35a53991f356976d78b8053651737821502687 (diff) | |
download | nextcloud-server-f1ce2c2b9303426266a81cacb8efb4ebdb6d2458.tar.gz nextcloud-server-f1ce2c2b9303426266a81cacb8efb4ebdb6d2458.zip |
Fix rebasing issues and improve profile settings page a bit more
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/settings/css/settings.scss')
-rw-r--r-- | apps/settings/css/settings.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 2b4f6e7b7e5..806dfafced7 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -120,7 +120,9 @@ input { #locale { h3 { - height: 32px; + height: 44px; + display: flex; + align-items: center; } } } @@ -300,6 +302,8 @@ select { flex-wrap: nowrap; justify-content: flex-start; width: 100%; + align-items: center; + gap: 8px; > label { white-space: nowrap; @@ -391,7 +395,7 @@ select { width: 44px; height: 44px; padding: 10px; - margin: -12px 0 0 8px; + margin: 0; background: none; border: none; |