Respect "hide avatars" preference for welcome screen recent chats

1a6e136010d87fb1e74e4bf0ce25c6877f5b4034

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

1 files changed, +4 -0Ignore whitespace
public/css/welcome.css+4 -0
@@ -28,6 +28,10 @@ body.bubblechat .welcomePanel {
2828 margin-bottom: 5px;
2929}
3030
31+body.hideChatAvatars .welcomePanel .recentChatList .recentChat .avatar {
32+ display: none;
33+}
34+
3135.welcomePanel .welcomeHeader {
3236 display: flex;
3337 flex-direction: row;