mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix icons
This commit is contained in:
parent
5317ec6951
commit
cc0fd844c3
20 changed files with 92 additions and 54 deletions
2
dashboard-ui/cordova/ios/orientation.js
vendored
2
dashboard-ui/cordova/ios/orientation.js
vendored
|
@ -7,7 +7,7 @@
|
|||
// Try to make it react quicker to the orientation change
|
||||
doc.scrollTop(doc.scrollTop() + 1);
|
||||
|
||||
$('.libraryViewNav').filter(':visible').hide().show();
|
||||
$('paper-tabs').filter(':visible').hide().show();
|
||||
}
|
||||
|
||||
function onOrientationChange() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue