Mercurial > libervia-templates
changeset 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 | 81f4ba3b121b |
files | default/static/blog.css |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
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) {