mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Respect "hide avatars" preference for welcome screen recent chats
This commit is contained in:
@@ -28,6 +28,10 @@ body.bubblechat .welcomePanel {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.hideChatAvatars .welcomePanel .recentChatList .recentChat .avatar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.welcomePanel .welcomeHeader {
|
.welcomePanel .welcomeHeader {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Reference in New Issue
Block a user