add a max height to threads in topic view

This commit is contained in:
Lera Elvoé 2025-05-28 19:25:14 +03:00
parent cf66336e78
commit bda68ed7f4
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 4 additions and 0 deletions

View File

@ -445,6 +445,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
display: flex;
flex-direction: column;
overflow: hidden;
max-height: 110px;
mask-image: linear-gradient(180deg, #000 60%, transparent);
}
.thread-info-post-preview {

View File

@ -455,6 +455,8 @@ input[type="text"], input[type="password"], textarea, select {
display: flex;
flex-direction: column;
overflow: hidden;
max-height: 110px;
mask-image: linear-gradient(180deg,#000 60%,transparent);
}
.thread-info-post-preview {