1
0
Fork 0
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:
Luke Pulverenti 2015-06-19 14:34:21 -04:00
parent d80ee0d337
commit 4d603ad38c
15 changed files with 689 additions and 43 deletions

View file

@ -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;
}
}

View file

@ -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;
}