reply long messages close button visibility fixed

This commit is contained in:
10G Meow 2022-03-06 15:19:37 +02:00
parent cebdc732bf
commit ccccdedf2e
2 changed files with 9 additions and 1 deletions

View file

@ -163,6 +163,14 @@ $admin-fg: white;
&.reply-to {
padding: 0;
.reply-text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
}
.iput-area-inner-box {
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);