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 {
|
.welcomeRecent .recentChatList {
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -100,6 +99,7 @@ body.bubblechat .welcomePanel {
|
|||||||
|
|
||||||
.welcomeRecent .recentChatList .recentChat .avatar {
|
.welcomeRecent .recentChatList .recentChat .avatar {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcomeRecent .recentChatList .recentChat:hover {
|
.welcomeRecent .recentChatList .recentChat:hover {
|
||||||
@@ -113,6 +113,7 @@ body.bubblechat .welcomePanel {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcomeRecent .recentChatList .recentChat .chatNameContainer {
|
.welcomeRecent .recentChatList .recentChat .chatNameContainer {
|
||||||
@@ -156,6 +157,7 @@ body.big-avatars .welcomeRecent .recentChatList .recentChat .chatMessageContaine
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
align-self: flex-start;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user