]> source.dussan.org Git - nextcloud-server.git/commitdiff
UI : Improved presentation of personal information
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Wed, 5 Apr 2023 10:00:07 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 10:00:07 +0000 (12:00 +0200)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
apps/settings/css/settings.scss

index 08a887ff21a286d7ff924f47222e87d1c4b20dd8..ff5a8df1e69d182d775e0ddea6dc31ab4d41493a 100644 (file)
@@ -89,6 +89,7 @@ select {
        padding: 20px;
        max-width: 1700px;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
+       grid-column-gap: 10px;
 
        .section {
                padding: 10px 10px;
@@ -97,6 +98,12 @@ select {
                h2 {
                        margin-bottom: 12px;
                }
+
+               h3 {
+                       > label {
+                               font-weight: bold;
+                       }
+               }
        }
 
        .personal-info {