summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index c5dc6d8a0..b0f2efe6d 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1000,6 +1000,10 @@ body#ttrssZoom div.footer {
text-align : center;
}
+body#ttrssZoom div.postContent img {
+ max-width : 650px;
+}
+
select.attachments {
display : block;
margin-top : 10px;