aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-15 08:31:46 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-15 08:31:46 +0100
commit4ead9c648f34f49d2d1249413694e6a57f33ef04 (patch)
tree8b7cc59ea17368ae35a1fa14b25f11a80983c86e
parentcfc90f8422fc6ff2625bd338afe8fbf18f917e95 (diff)
parente8d8026242a6cba27a2e7d8f3b0ccb9ebcb66541 (diff)
downloadwallabag-4ead9c648f34f49d2d1249413694e6a57f33ef04.tar.gz
wallabag-4ead9c648f34f49d2d1249413694e6a57f33ef04.tar.zst
wallabag-4ead9c648f34f49d2d1249413694e6a57f33ef04.zip
Merge pull request #1671 from wallabag/v2-fix-theme-img
display pictures properly
-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;