changeset 100:61bf2ae16577

css (blog): min/max height adjustment, to make tags clickable without expanding the blog item
author Goffi <goffi@goffi.org>
date Sun, 21 Jan 2018 20:26:15 +0100
parents 609c66552ba0
children 920f03abba53
files default/static/blog.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }