Respect "hide avatars" preference for welcome screen recent chats

This commit is contained in:
Cohee
2025-05-22 00:04:02 +03:00
parent a815461d5a
commit 1a6e136010

View File

@@ -28,6 +28,10 @@ body.bubblechat .welcomePanel {
margin-bottom: 5px;
}
body.hideChatAvatars .welcomePanel .recentChatList .recentChat .avatar {
display: none;
}
.welcomePanel .welcomeHeader {
display: flex;
flex-direction: row;