Show search input upon focus when the sidebar is collapsed

This commit is contained in:
Eric Lippmann 2017-11-17 17:43:45 +01:00
parent c1029d90d7
commit 09c70ec3fb
1 changed files with 12 additions and 0 deletions

View File

@ -276,6 +276,18 @@ html.no-js .controls > .tabs {
font-size: 1.5em;
margin-right: .5em;
}
> .search-control {
height: 3.333em;
}
}
#search:focus {
background-color: @gray-lighter;
box-shadow: 0 0 .25em 0 rgba(0, 0, 0, .2);
padding-left: 3.75em;
width: 20em;
position: fixed;
}
.search-input {