aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-02-14 19:10:33 +0100
committerThomas Citharel <tcit@tcit.fr>2016-02-14 19:10:33 +0100
commite8d8026242a6cba27a2e7d8f3b0ccb9ebcb66541 (patch)
tree8b7cc59ea17368ae35a1fa14b25f11a80983c86e /src/Wallabag
parentcfc90f8422fc6ff2625bd338afe8fbf18f917e95 (diff)
downloadwallabag-e8d8026242a6cba27a2e7d8f3b0ccb9ebcb66541.tar.gz
wallabag-e8d8026242a6cba27a2e7d8f3b0ccb9ebcb66541.tar.zst
wallabag-e8d8026242a6cba27a2e7d8f3b0ccb9ebcb66541.zip
display pictures properly
Diffstat (limited to 'src/Wallabag')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css5
1 files changed, 5 insertions, 0 deletions
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 {
339 max-width: 40em; 339 max-width: 40em;
340} 340}
341 341
342#article img {
343 max-width: 100%;
344 height: auto;
345}
346
342.reader-mode { 347.reader-mode {
343 width: 95px !important; 348 width: 95px !important;
344 transition: width 0.2s ease; 349 transition: width 0.2s ease;