]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(core): Fix profile view edit button overlapping status text
authorFerdinand Thiessen <opensource@fthiessen.de>
Tue, 18 Apr 2023 20:54:38 +0000 (22:54 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Wed, 26 Apr 2023 11:01:33 +0000 (13:01 +0200)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
core/src/views/Profile.vue

index 4d83421673a0243738038fb71827c8d06c0c059e..eda6e4284630c40433a5d1dc2c8be6d6d3d54837 100644 (file)
@@ -540,7 +540,8 @@ $content-max-width: 640px;
                                grid-template-columns: unset;
 
                                &__displayname {
-                                       margin: 100px 20px 0px;
+                                       margin: 80px 20px 0px!important;
+                                       height: 1em;
                                        width: unset;
                                        display: unset;
                                        text-align: center;
@@ -549,7 +550,11 @@ $content-max-width: 640px;
                                &__edit-button {
                                        width: fit-content;
                                        display: block;
-                                       margin: 30px auto;
+                                       margin: 60px auto;
+                               }
+
+                               &__status-text {
+                                       margin: 4px auto;
                                }
                        }
                }