0
0
Fork 0

Add “In Memoriam” banner back to profiles (#23614)

This commit is contained in:
Claire 2023-04-12 14:50:02 +02:00 committed by GitHub
parent 722c0011d1
commit 86ad43173f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 1 deletions

View file

@ -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;