Add “In Memoriam” banner back to profiles (#23614)
This commit is contained in:
parent
722c0011d1
commit
86ad43173f
3 changed files with 20 additions and 1 deletions
|
@ -6963,7 +6963,8 @@ noscript {
|
|||
}
|
||||
|
||||
.moved-account-banner,
|
||||
.follow-request-banner {
|
||||
.follow-request-banner,
|
||||
.account-memorial-banner {
|
||||
padding: 20px;
|
||||
background: lighten($ui-base-color, 4%);
|
||||
display: flex;
|
||||
|
@ -6998,6 +6999,10 @@ noscript {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.account-memorial-banner__message {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.column-inline-form {
|
||||
padding: 15px;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue