mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update ios search menu
This commit is contained in:
parent
386a9bc03d
commit
6e05379d16
2 changed files with 15 additions and 22 deletions
6
dashboard-ui/cordova/searchmenu.js
vendored
6
dashboard-ui/cordova/searchmenu.js
vendored
|
@ -19,6 +19,12 @@
|
||||||
Events.trigger(self, 'change', [data.text || '']);
|
Events.trigger(self, 'change', [data.text || '']);
|
||||||
|
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
|
document.addEventListener('searchClosed', function (data) {
|
||||||
|
|
||||||
|
Events.trigger(self, 'closed');
|
||||||
|
|
||||||
|
}, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
window.SearchMenu = new searchMenu();
|
window.SearchMenu = new searchMenu();
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
html {
|
html {
|
||||||
font-family: Helvetica Neue;
|
|
||||||
/* Setting it here will help prevent white flashes */
|
/* Setting it here will help prevent white flashes */
|
||||||
background-color: #1c1c1c;
|
background-color: #1c1c1c;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body, .ui-btn, .pageTitle {
|
||||||
font-family: Helvetica Neue;
|
font-family: San Francisco, Helvetica Neue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,7 +47,7 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 600px) {
|
@media all and (max-width: 600px) {
|
||||||
|
|
||||||
.libraryViewNav a {
|
.libraryViewNav a {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
@ -79,18 +78,6 @@ html, body {
|
||||||
color: #539FFD !important;
|
color: #539FFD !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageTitle {
|
|
||||||
font-family: Helvetica Neue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-btn {
|
|
||||||
font-family: Helvetica Neue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-loader h1 {
|
|
||||||
font-family: Helvetica Neue;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h1 a {
|
h1, h1 a {
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
@ -129,9 +116,9 @@ paper-tab {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visualCardBox .outerCardFooter {
|
.visualCardBox .outerCardFooter {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.viewMenuSearch {
|
.viewMenuSearch {
|
||||||
|
@ -156,12 +143,12 @@ paper-tab {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
|
|
||||||
/* This needs a little extra space to account for the longer date format */
|
/* This needs a little extra space to account for the longer date format */
|
||||||
.channelHeaderCell, .channelTimeslotHeader {
|
.channelHeaderCell, .channelTimeslotHeader {
|
||||||
width: 209px;
|
width: 209px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.programGrid, .timeslotHeaders {
|
.programGrid, .timeslotHeaders {
|
||||||
margin-left: 210px;
|
margin-left: 210px;
|
||||||
}
|
}
|
||||||
|
@ -178,4 +165,4 @@ paper-tab {
|
||||||
#footer {
|
#footer {
|
||||||
/* Eliminate transparency to prevent clicks from passing through to the elements underneath */
|
/* Eliminate transparency to prevent clicks from passing through to the elements underneath */
|
||||||
background-color: rgb(26,26,26);
|
background-color: rgb(26,26,26);
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue