mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Fiddle with search context display css
This commit is contained in:
parent
8955d6d131
commit
aa77f3f2db
1 changed files with 1 additions and 1 deletions
|
@ -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::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 > h2 { margin-left: 3rem; }
|
||||||
.search-result-badges { font-size: 1rem; font-weight: normal; }
|
.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; }
|
.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; }
|
textarea[name=content] { resize: none; }
|
||||||
|
|
Loading…
Reference in a new issue