Fix user info alignment of mac

This commit is contained in:
Bojan Mojsilovic 2024-02-06 16:42:17 +01:00
parent c8517c94e9
commit f0d1b8f777

View File

@ -11,6 +11,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex-start; justify-content: flex-start;
align-items: center;
} }
.avatar { .avatar {
@ -30,12 +31,13 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-size: 16px; font-size: 16px;
line-height: 18px; line-height: 17px;
font-weight: 400; font-weight: 400;
height: 48px; height: 48px;
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: space-around;
gap: 4px; gap: 2px;
// padding-bottom: 4px;
.verification { .verification {
max-width: 470px; max-width: 470px;
@ -47,10 +49,8 @@
.userInfo { .userInfo {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
overflow: hidden;
display: flex;
align-items: center; align-items: center;
justify-content: flex-start; overflow: hidden;
.userName { .userName {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;