mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
fallback to avatar bg color
This commit is contained in:
parent
01ef1dd20e
commit
5d80c3a2a4
@ -66,7 +66,7 @@ limitations under the License.
|
||||
content: var(--avatar-letter);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: var(--avatar-background); //set on parent by JS
|
||||
background: var(--avatar-background), $avatar-bg-color;
|
||||
color: $avatar-initial-color;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user