# HG changeset patch # User Goffi # Date 1516562775 -3600 # Node ID 61bf2ae165773d713d7336ce67f3bbcc02d23b75 # Parent 609c66552ba00c7f90b9e6a92aac97c447828c2d css (blog): min/max height adjustment, to make tags clickable without expanding the blog item diff -r 609c66552ba0 -r 61bf2ae16577 default/static/blog.css --- a/default/static/blog.css Sun Jan 21 20:25:24 2018 +0100 +++ b/default/static/blog.css Sun Jan 21 20:26:15 2018 +0100 @@ -6,7 +6,8 @@ border-style: solid none none; border-width: 1px; padding: 2%; - max-height: 7em; + min-height: 7em; + max-height: 10em; overflow: hidden; transition: max-height 0.5s; }