Respect "hide avatars" preference for welcome screen recent chats
| @@ -28,6 +28,10 @@ body.bubblechat .welcomePanel { | |||
| 28 | margin-bottom: 5px; | 28 | margin-bottom: 5px; |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | body.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; |