mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 14:28:14 +09:00
Fixed account card header background color
This commit is contained in:
parent
86ec76ea02
commit
ee46c00bfe
@ -4266,6 +4266,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .scrollable .account-card__bio:after {
|
||||
background: linear-gradient(270deg, var(--color-content-bg), transparent);
|
||||
}
|
||||
.app-body .account-card__header img {
|
||||
background-color: var(--color-content-secondary-bg);
|
||||
}
|
||||
.app-body .account-card__title__avatar .account__avatar {
|
||||
border: 0;
|
||||
border-radius: 50%;
|
||||
|
@ -4266,6 +4266,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .scrollable .account-card__bio:after {
|
||||
background: linear-gradient(270deg, var(--color-content-bg), transparent);
|
||||
}
|
||||
.app-body .account-card__header img {
|
||||
background-color: var(--color-content-secondary-bg);
|
||||
}
|
||||
.app-body .account-card__title__avatar .account__avatar {
|
||||
border: 0;
|
||||
border-radius: 50%;
|
||||
|
@ -4266,6 +4266,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
.app-body .scrollable .account-card__bio:after {
|
||||
background: linear-gradient(270deg, var(--color-content-bg), transparent);
|
||||
}
|
||||
.app-body .account-card__header img {
|
||||
background-color: var(--color-content-secondary-bg);
|
||||
}
|
||||
.app-body .account-card__title__avatar .account__avatar {
|
||||
border: 0;
|
||||
border-radius: 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user