[Glitch] Add “In Memoriam” banner back to profiles

Port 86ad43173f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2023-04-12 14:50:02 +02:00
parent cb0562f32c
commit a3c05640f7
3 changed files with 20 additions and 1 deletions

View File

@ -770,7 +770,8 @@
}
.moved-account-banner,
.follow-request-banner {
.follow-request-banner,
.account-memorial-banner {
padding: 20px;
background: lighten($ui-base-color, 4%);
display: flex;
@ -804,3 +805,7 @@
.follow-request-banner .button {
width: 100%;
}
.account-memorial-banner__message {
margin-bottom: 0;
}