]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
display pictures properly 1671/head
authorThomas Citharel <tcit@tcit.fr>
Sun, 14 Feb 2016 18:10:33 +0000 (19:10 +0100)
committerThomas Citharel <tcit@tcit.fr>
Sun, 14 Feb 2016 18:10:33 +0000 (19:10 +0100)
src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css

index f88880cc29e272d54caaea96c1e0d7f80a922ff3..528c1c016708bc701d8939cf740e069d316bb78c 100755 (executable)
@@ -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;