mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Better search UI on mobile #3
This commit is contained in:
parent
6941f6131e
commit
71c23103c1
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue