don't show border radios on default avatar icon

This commit is contained in:
Bruno Windels
2020-12-07 17:47:08 +01:00
parent 34410059b1
commit 9712ecf974
3 changed files with 20 additions and 6 deletions
+9
View File
@@ -21,6 +21,15 @@
height: 64px;
}
.PreviewView .defaultAvatar {
width: 64px;
height: 64px;
background-image: url('../images/chat-icon.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 85%;
}
.PreviewView .spinner {
width: 32px;
height: 32px;