aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css')
-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;