Fix avatar background to always be white (since that's what is expected)
This commit is contained in:
parent
7dccd5acbe
commit
48f3e9af1d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.avatar-element .letter {
|
||||
|
|
Reference in a new issue