mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
search hint fixes
This commit is contained in:
parent
5005e0d448
commit
6659d6ee79
2 changed files with 10 additions and 10 deletions
|
@ -141,18 +141,10 @@
|
|||
|
||||
@media all and (min-width: 1440px) {
|
||||
.txtSearch {
|
||||
width: 450px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.searchHints {
|
||||
width: 448px;
|
||||
}
|
||||
|
||||
.searchHintImage {
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
.searchHintContent {
|
||||
width: 88%;
|
||||
width: 398px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -254,4 +254,12 @@
|
|||
|
||||
window.Search = new search();
|
||||
|
||||
$(document).on('pagehide', ".page", function () {
|
||||
|
||||
hideFlyout(this);
|
||||
|
||||
$('#txtSearch', this).val('');
|
||||
});
|
||||
|
||||
|
||||
})(jQuery, document, window, clearTimeout, setTimeout);
|
Loading…
Add table
Add a link
Reference in a new issue