diff --git a/theme_default.css b/theme_default.css index 07d50fc..fdde531 100644 --- a/theme_default.css +++ b/theme_default.css @@ -62,7 +62,7 @@ a.redlink:visited { color: rgb(130, 15, 15); /*#8b1a1a*/ } .search-result::after { content: "Rank: " attr(data-rank); position: absolute; top: 3.8rem; right: 0.7rem; color: rgba(50, 50, 50, 0.3); } .search-result > h2 { margin-left: 3rem; } .search-result-badges { font-size: 1rem; font-weight: normal; } -.search-context { max-height: 20em; overflow: hidden; } +.search-context { min-height: 3em; max-height: 20em; overflow: hidden; } .search-context::after { content: ""; position: absolute; bottom: 0; width: 100%; height: 3em; display: block; background: linear-gradient(to bottom, transparent, #faf8fb); pointer-events: none; } textarea[name=content] { resize: none; }