Fix #91: Reduce draft reply-to content size.
This commit is contained in:
parent
56932df177
commit
29b053b130
@ -289,6 +289,17 @@ body {
|
|||||||
clear: both;
|
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 {
|
.in-reply-to .attachments {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user