mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(core): Fix profile view edit button overlapping status text
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
75f17b6094
commit
f79131aea3
1 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue