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