mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-23 11:35:07 +03:00
Implement live last message update
This commit is contained in:
@@ -239,3 +239,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Description styling for list items
|
||||
.list-description {
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user