From e80c36c242664b67585a38aa448da4f1b5add8a1 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 12 May 2025 01:03:37 +0300 Subject: [PATCH] Adjust element alignments --- public/css/welcome.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/welcome.css b/public/css/welcome.css index 5adc320fe..dfb6cf504 100644 --- a/public/css/welcome.css +++ b/public/css/welcome.css @@ -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; }