From: Thomas Citharel Date: Sun, 14 Feb 2016 18:10:33 +0000 (+0100) Subject: display pictures properly X-Git-Tag: 2.0.0-beta.1~39^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F1671%2Fhead;p=github%2Fwallabag%2Fwallabag.git display pictures properly --- diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css index f88880cc..528c1c01 100755 --- a/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css @@ -339,6 +339,11 @@ main ul.row { max-width: 40em; } +#article img { + max-width: 100%; + height: auto; +} + .reader-mode { width: 95px !important; transition: width 0.2s ease;