1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

move desktop search

This commit is contained in:
Luke Pulverenti 2015-01-21 14:21:19 -05:00
parent 84bb89076e
commit 3dcd5b04d5
4 changed files with 110 additions and 26 deletions

View file

@ -168,7 +168,7 @@
display: none;
}
@media all and (min-width: 1200px) {
@media all and (min-width: 800px) {
.viewMenuSearch {
display: block;
@ -181,10 +181,15 @@
.searchResultsOverlay {
position: fixed;
background: #000;
background: #222 !important;
top: 50px;
left: 0;
right: 0;
bottom: 0;
z-index: 1001;
border: 0 !important;
}
.searchResultsContainer {
padding: 2em;
}