Adjust element alignments

This commit is contained in:
Cohee
2025-05-12 01:03:37 +03:00
parent 9be173e34e
commit e80c36c242

View File

@@ -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;
}