Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-04-16 17:52:44 +02:00
146 changed files with 1097 additions and 1057 deletions

View File

@ -6685,7 +6685,7 @@ a.status-card.compact:hover {
content: '';
position: absolute;
bottom: 0;
inset-inline-start: 50%;
left: 50%;
width: 0;
height: 0;
transform: translateX(-50%);
@ -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;