Respect "hide avatars" preference for welcome screen recent chats
| @@ -28,6 +28,10 @@ body.bubblechat .welcomePanel { | ||
| 28 | 28 | margin-bottom: 5px; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | +body.hideChatAvatars .welcomePanel .recentChatList .recentChat .avatar { | |
| 32 | + display: none; | |
| 33 | +} | |
| 34 | + | |
| 31 | 35 | .welcomePanel .welcomeHeader { |
| 32 | 36 | display: flex; |
| 33 | 37 | flex-direction: row; |