]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
add preview pictures
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / public / css / main.css
index 286fa6414600cf117755569134d7be09b6eb24e0..5e1ae8bd5a71febb7c660c4eea667a068330565d 100755 (executable)
@@ -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;
 }