# HG changeset patch # User Goffi # Date 1516818019 -3600 # Node ID 7a67372ddd7b6e9aaa4a9388c0920c35a1b4d936 # Parent 98cab6b754d30caec0bef6ca506cf18364d23806 css (blog): height adjustement of folded articles diff -r 98cab6b754d3 -r 7a67372ddd7b default/static/blog.css --- a/default/static/blog.css Wed Jan 24 19:15:43 2018 +0100 +++ b/default/static/blog.css Wed Jan 24 19:20:19 2018 +0100 @@ -6,8 +6,8 @@ border-style: solid none none; border-width: 1px; padding: 2%; - min-height: 8em; - max-height: 10em; + min-height: 9em; + max-height: 20em; overflow: hidden; transition: max-height 0.5s; } @@ -15,7 +15,6 @@ article video { max-width: 100%; height: auto; - } .main_article article.box:not(.clicked) {