Mercurial > libervia-templates
diff default/static/blog.css @ 109:7a67372ddd7b
css (blog): height adjustement of folded articles
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 24 Jan 2018 19:20:19 +0100 |
parents | 98cab6b754d3 |
children | 5d9e2270ceb4 |
line wrap: on
line diff
--- 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) {