mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
search hint fixes
This commit is contained in:
parent
5005e0d448
commit
6659d6ee79
@ -141,18 +141,10 @@
|
|||||||
|
|
||||||
@media all and (min-width: 1440px) {
|
@media all and (min-width: 1440px) {
|
||||||
.txtSearch {
|
.txtSearch {
|
||||||
width: 450px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchHints {
|
.searchHints {
|
||||||
width: 448px;
|
width: 398px;
|
||||||
}
|
|
||||||
|
|
||||||
.searchHintImage {
|
|
||||||
width: 12%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.searchHintContent {
|
|
||||||
width: 88%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -254,4 +254,12 @@
|
|||||||
|
|
||||||
window.Search = new search();
|
window.Search = new search();
|
||||||
|
|
||||||
|
$(document).on('pagehide', ".page", function () {
|
||||||
|
|
||||||
|
hideFlyout(this);
|
||||||
|
|
||||||
|
$('#txtSearch', this).val('');
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
})(jQuery, document, window, clearTimeout, setTimeout);
|
})(jQuery, document, window, clearTimeout, setTimeout);
|
Loading…
Reference in New Issue
Block a user