mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #37939 from nextcloud/backport/stable26-37806
[stable26] Backport: Fix profile view edit button overlapping status text
This commit is contained in:
commit
2d45ce2807
3 changed files with 10 additions and 5 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
dist/core-profile.js
vendored
4
dist/core-profile.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-profile.js.map
vendored
2
dist/core-profile.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue