From 1a6e136010d87fb1e74e4bf0ce25c6877f5b4034 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 22 May 2025 00:04:02 +0300 Subject: [PATCH] Respect "hide avatars" preference for welcome screen recent chats --- public/css/welcome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/welcome.css b/public/css/welcome.css index ed860bd1a..1d7a15dce 100644 --- a/public/css/welcome.css +++ b/public/css/welcome.css @@ -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;