X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Fpublic%2Fcss%2Fmain.css;h=5e1ae8bd5a71febb7c660c4eea667a068330565d;hb=e610143f51d991a63bb70645f2de63fdbc1173fe;hp=286fa6414600cf117755569134d7be09b6eb24e0;hpb=a754db33c9f1df9f4b6e8b2f580d51b6f3925c02;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index 286fa641..5e1ae8bd 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -226,6 +226,10 @@ main ul.row { overflow: hidden; } +img.preview { + max-width: 100%; +} + .card .card-content .card-title { line-height: 32px; } @@ -391,6 +395,7 @@ main ul.row { 7 = Others ========================================================================== */ -div.input-field div, div.input-field ul { +/* force height on non-input field in the settings page */ +div.settings div.input-field div, div.settings div.input-field ul { margin-top: 40px; }