#547 Display 3 lines of description in big avatars mode

This commit is contained in:
Cohee
2023-06-22 13:10:39 +03:00
parent 85876e9377
commit bd34cab6e8

View File

@@ -1339,6 +1339,14 @@ input[type=search]:focus::-webkit-search-cancel-button {
margin-top: -5px;
}
body.big-avatars .ch_description {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
white-space: normal;
text-overflow: unset;
}
.justifySpaceBetween {
justify-content: space-between;
}