fix: do not shrink timestamp in conversation list item

pull/3206/head
Audric Ackermann 7 months ago
parent 3d4a8ff8df
commit 5cbe494942

@ -633,6 +633,10 @@
font-weight: 300;
}
.module-conversation-list-item__header__date {
flex-shrink: 0;
}
.module-conversation-list-item__header__name--with-unread {
font-weight: 300;
}

Loading…
Cancel
Save