mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update connect
This commit is contained in:
parent
2f83f86ee8
commit
c7da2478bb
21 changed files with 72 additions and 28 deletions
|
@ -812,7 +812,8 @@
|
|||
textlines.push(displayName);
|
||||
|
||||
var verticalTextLines = 2;
|
||||
var enableSubLinks = !AppInfo.isTouchPreferred;
|
||||
var enableSubLinks = !$.browser.mobile;
|
||||
;
|
||||
|
||||
if (item.Type == 'Audio') {
|
||||
textlines.push(item.ArtistItems.map(function (a) {
|
||||
|
@ -1053,7 +1054,7 @@
|
|||
|
||||
var shapeWidth = screenWidth / imagesPerRow[currentShape];
|
||||
|
||||
if (!AppInfo.isTouchPreferred) {
|
||||
if (!$.browser.mobile) {
|
||||
|
||||
shapeWidth = Math.round(shapeWidth / roundTo) * roundTo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue