mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust element alignments
This commit is contained in:
@@ -61,7 +61,6 @@ body.bubblechat .welcomePanel {
|
||||
}
|
||||
|
||||
.welcomeRecent .recentChatList {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
@@ -100,6 +99,7 @@ body.bubblechat .welcomePanel {
|
||||
|
||||
.welcomeRecent .recentChatList .recentChat .avatar {
|
||||
flex: 0;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.welcomeRecent .recentChatList .recentChat:hover {
|
||||
@@ -113,6 +113,7 @@ body.bubblechat .welcomePanel {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
justify-content: center;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.welcomeRecent .recentChatList .recentChat .chatNameContainer {
|
||||
@@ -156,6 +157,7 @@ body.big-avatars .welcomeRecent .recentChatList .recentChat .chatMessageContaine
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
align-items: baseline;
|
||||
align-self: flex-start;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user