We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents defbd23 + 6d95d7b commit 4df145aCopy full SHA for 4df145a
core/src/views/Profile.vue
@@ -540,7 +540,8 @@ $content-max-width: 640px;
540
grid-template-columns: unset;
541
542
&__displayname {
543
- margin: 100px 20px 0px;
+ margin: 80px 20px 0px!important;
544
+ height: 1em;
545
width: unset;
546
display: unset;
547
text-align: center;
@@ -549,7 +550,11 @@ $content-max-width: 640px;
549
550
&__edit-button {
551
width: fit-content;
552
display: block;
- margin: 30px auto;
553
+ margin: 60px auto;
554
+ }
555
+
556
+ &__status-text {
557
+ margin: 4px auto;
558
}
559
560
0 commit comments