From 5c6f97826194666297539fa3110eff51b4f726bc Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Tue, 3 Feb 2015 01:00:23 +0100 Subject: [PATCH] expanded queets should not have a max height for queet text --- css/qvitter.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/qvitter.css b/css/qvitter.css index 6f9e52e..12b15ec 100644 --- a/css/qvitter.css +++ b/css/qvitter.css @@ -1858,7 +1858,10 @@ body.rtl .view-more-container-bottom { direction:rtl; } } .stream-item.user .queet-text { cursor: auto; - } + } +.stream-item.expanded .queet-text { + max-height:none; + } .queet-text img { max-width:100%;