1
0
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:
Niléane 2024-03-06 21:22:14 +01:00
parent 86ec76ea02
commit ee46c00bfe
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View File

@ -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%;

View File

@ -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%;

View File

@ -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%;