Better search UI on mobile #3

This commit is contained in:
alistair3149 2019-12-12 13:37:26 -05:00
parent 6941f6131e
commit 71c23103c1

View file

@ -239,6 +239,15 @@ a.suggestion-link:hover {
left: 0;
top: @header-height + 1px;
max-width: 100vw;
height: calc(~"100vh -" @header-height + 1px);
&:after {
content: "";
width: 100vw;
height: 100vh;
background: black;
display: block;
opacity: 0.7;
position: fixed;
}
}
}