summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/views/Profile.vue9
1 files changed, 7 insertions, 2 deletions
diff --git a/core/src/views/Profile.vue b/core/src/views/Profile.vue
index 4d83421673a..eda6e428463 100644
--- a/core/src/views/Profile.vue
+++ b/core/src/views/Profile.vue
@@ -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;
}
}
}