Added support for moved account banner and follow request banner
This commit is contained in:
parent
2bb753e34a
commit
a2c145a9f2
1 changed files with 11 additions and 0 deletions
|
|
@ -1561,6 +1561,17 @@ body.layout-single-column {
|
||||||
border-radius: 7px 7px 0 0;
|
border-radius: 7px 7px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.follow-request-banner,
|
||||||
|
.moved-account-banner {
|
||||||
|
background-color: var(--color-accent-bg);
|
||||||
|
}
|
||||||
|
.follow-request-banner__message,
|
||||||
|
.moved-account-banner__message {
|
||||||
|
color: var(--color-content-fg);
|
||||||
|
}
|
||||||
|
.moved-account-banner__message {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ✨ Explore tab
|
/* ✨ Explore tab
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue