mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update css reference
This commit is contained in:
parent
e92784271b
commit
63aaf8def0
4 changed files with 9 additions and 5 deletions
|
@ -1990,7 +1990,7 @@ var AppInfo = {};
|
|||
// Do these now to prevent a flash of content
|
||||
if (AppInfo.isNativeApp) {
|
||||
if ($.browser.android) {
|
||||
Dashboard.importCss('devices/android.css');
|
||||
Dashboard.importCss('devices/android/android.css');
|
||||
} else if ($.browser.safari) {
|
||||
Dashboard.importCss('devices/ios/ios.css');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue