Adjust element alignments
| @@ -61,7 +61,6 @@ body.bubblechat .welcomePanel { | ||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | .welcomeRecent .recentChatList { |
| 64 | - flex: 1; | |
| 65 | 64 | display: flex; |
| 66 | 65 | flex-direction: column; |
| 67 | 66 | width: 100%; |
| @@ -100,6 +99,7 @@ body.bubblechat .welcomePanel { | ||
| 100 | 99 | |
| 101 | 100 | .welcomeRecent .recentChatList .recentChat .avatar { |
| 102 | 101 | flex: 0; |
| 102 | + align-self: center; | |
| 103 | 103 | } |
| 104 | 104 | |
| 105 | 105 | .welcomeRecent .recentChatList .recentChat:hover { |
| @@ -113,6 +113,7 @@ body.bubblechat .welcomePanel { | ||
| 113 | 113 | flex-grow: 1; |
| 114 | 114 | overflow: hidden; |
| 115 | 115 | justify-content: center; |
| 116 | + align-self: flex-start; | |
| 116 | 117 | } |
| 117 | 118 | |
| 118 | 119 | .welcomeRecent .recentChatList .recentChat .chatNameContainer { |
| @@ -156,6 +157,7 @@ body.big-avatars .welcomeRecent .recentChatList .recentChat .chatMessageContaine | ||
| 156 | 157 | flex-direction: row; |
| 157 | 158 | justify-content: flex-end; |
| 158 | 159 | align-items: baseline; |
| 160 | + align-self: flex-start; | |
| 159 | 161 | gap: 5px; |
| 160 | 162 | } |
| 161 | 163 | |