Respect "hide avatars" preference for welcome screen recent chats

1a6e136010d87fb1e74e4bf0ce25c6877f5b4034

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Showing whitespace changes
public/css/welcome.css+4 -0
@@ -28,6 +28,10 @@ body.bubblechat .welcomePanel {
28 margin-bottom: 5px;28 margin-bottom: 5px;
29}29}
3030
31body.hideChatAvatars .welcomePanel .recentChatList .recentChat .avatar {
32 display: none;
33}
34
31.welcomePanel .welcomeHeader {35.welcomePanel .welcomeHeader {
32 display: flex;36 display: flex;
33 flex-direction: row;37 flex-direction: row;