mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update bravia profiles
This commit is contained in:
parent
d80ee0d337
commit
4d603ad38c
15 changed files with 689 additions and 43 deletions
6
dashboard-ui/thirdparty/browser.js
vendored
6
dashboard-ui/thirdparty/browser.js
vendored
|
@ -966,13 +966,13 @@
|
|||
}
|
||||
|
||||
if (browser.ipad || browser.iphone) {
|
||||
if (userAgent.toLowerCase().indexOf('CPU OS 9') != -1) {
|
||||
if (userAgent.toLowerCase().indexOf('cpu os 9') != -1) {
|
||||
browser.iOSVersion = 9;
|
||||
}
|
||||
else if (userAgent.toLowerCase().indexOf('CPU OS 8') != -1) {
|
||||
else if (userAgent.toLowerCase().indexOf('cpu os 8') != -1) {
|
||||
browser.iOSVersion = 8;
|
||||
}
|
||||
else if (userAgent.toLowerCase().indexOf('CPU OS 7') != -1) {
|
||||
else if (userAgent.toLowerCase().indexOf('cpu os 7') != -1) {
|
||||
browser.iOSVersion = 7;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -137,6 +137,7 @@ paper-button .fa {
|
|||
text-decoration: none;
|
||||
font-weight: inherit !important;
|
||||
vertical-align: middle;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
paper-button.mini {
|
||||
|
@ -183,3 +184,7 @@ paper-button.notext {
|
|||
.bottomFab {
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
iron-overlay-backdrop {
|
||||
z-index: 999998 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue