Improve file thumbnail channel layout

This commit is contained in:
N-Pex 2024-12-03 10:55:25 +01:00
parent 54770770f9
commit 5ff466f38f
3 changed files with 33 additions and 11 deletions

View file

@ -251,6 +251,7 @@ body {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-clamp: 4;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
@ -1612,6 +1613,16 @@ body {
margin-bottom: $chat-standard-padding-xs;
}
.thumbnail-item .zip {
color: #1d1d1d;
.thumbnail-item {
line-height: 16.38 * $chat-text-size;
.file-name {
font-weight: 700;
}
.file-size {
margin-top: 8px;
color: #61605F;
}
.zip {
color: #1d1d1d;
}
}