1
0
Fork 0

Fix #91: Reduce draft reply-to content size.

This commit is contained in:
Nicolas Perriault 2017-04-28 15:12:21 +02:00
parent 56932df177
commit 29b053b130
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 11 additions and 0 deletions

View File

@ -289,6 +289,17 @@ body {
clear: both;
}
.in-reply-to .well {
padding: 10px;
}
.in-reply-to .status-text {
max-height: 92px;
font-size: 95%;
overflow-x: hidden;
overflow-y: scroll;
}
.in-reply-to .attachments {
margin: 0;
}