Skip to content

Commit f79131a

Browse files
committed
fix(core): Fix profile view edit button overlapping status text
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 75f17b6 commit f79131a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

core/src/views/Profile.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ $content-max-width: 640px;
540540
grid-template-columns: unset;
541541
542542
&__displayname {
543-
margin: 100px 20px 0px;
543+
margin: 80px 20px 0px!important;
544+
height: 1em;
544545
width: unset;
545546
display: unset;
546547
text-align: center;
@@ -549,7 +550,11 @@ $content-max-width: 640px;
549550
&__edit-button {
550551
width: fit-content;
551552
display: block;
552-
margin: 30px auto;
553+
margin: 60px auto;
554+
}
555+
556+
&__status-text {
557+
margin: 4px auto;
553558
}
554559
}
555560
}

0 commit comments

Comments
 (0)