Refactor account header banners (#38921)

This commit is contained in:
Echo
2026-05-13 10:38:17 +02:00
committed by GitHub
parent bbb3392dbe
commit 758db36ec7
12 changed files with 215 additions and 547 deletions

View File

@@ -8222,47 +8222,6 @@ noscript {
}
}
.moved-account-banner,
.follow-request-banner,
.account-memorial-banner {
padding: 20px;
background: var(--color-bg-tertiary);
display: flex;
align-items: center;
flex-direction: column;
&__message {
color: var(--color-text-secondary);
padding: 8px 0;
padding-top: 0;
padding-bottom: 4px;
font-size: 14px;
font-weight: 500;
text-align: center;
margin-bottom: 16px;
}
&__action {
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
width: 100%;
}
.detailed-status__display-name {
margin-bottom: 0;
}
}
.follow-request-banner .button {
width: 100%;
}
.account-memorial-banner__message {
margin-bottom: 0;
}
.column-inline-form {
padding: 15px;
display: flex;