Added an avatar background color to handle transparent PNGs

This commit is contained in:
Niléane 2024-01-01 13:56:50 +01:00
commit ca867b51bb
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -1897,6 +1897,7 @@ body.app-body {
z-index: 2;
border-radius: 50%;
outline: 6px solid var(--color-content-bg);
background-color: var(--color-content-bg);
transition: outline .3s;
}
.app-body .reply-indicator__content,

View file

@ -1897,6 +1897,7 @@ body.app-body {
z-index: 2;
border-radius: 50%;
outline: 6px solid var(--color-content-bg);
background-color: var(--color-content-bg);
transition: outline .3s;
}
.app-body .reply-indicator__content,

View file

@ -1897,6 +1897,7 @@ body.app-body {
z-index: 2;
border-radius: 50%;
outline: 6px solid var(--color-content-bg);
background-color: var(--color-content-bg);
transition: outline .3s;
}
.app-body .reply-indicator__content,