From 29b053b130e5f96782b44273ee95e20b073da679 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Fri, 28 Apr 2017 15:12:21 +0200 Subject: [PATCH] Fix #91: Reduce draft reply-to content size. --- public/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/style.css b/public/style.css index 1db37c9..423d763 100644 --- a/public/style.css +++ b/public/style.css @@ -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; }