mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
update image aspect ratio detection
This commit is contained in:
parent
fe811a2136
commit
90e4adb8c1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,9 +1,8 @@
|
||||
<div id="myPreferencesMenuPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderSettings}" data-backbutton="true">
|
||||
|
||||
<div class="padded-left padded-right padded-bottom-page">
|
||||
<div class="padded-left padded-right padded-bottom-page padded-top">
|
||||
<div class="readOnlyContent" style="margin: 0 auto;">
|
||||
<h1 class="settingsMenuHeader" style="padding-left:.25em;">${HeaderSettings}</h1>
|
||||
<div>
|
||||
<div class="verticalSection verticalSection-extrabottompadding">
|
||||
<a is="emby-linkbutton" style="display:block; padding: 0; margin:0;" data-ripple="false" href="#" class="lnkDisplayPreferences listItem-shaded">
|
||||
<div class="listItem">
|
||||
<i class="md-icon listItemIcon listItemIcon-transparent">tv</i>
|
||||
@ -67,8 +66,8 @@
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<h1 class="headerUser" style="padding-left:.25em;"></h1>
|
||||
<div class="verticalSection verticalSection-extrabottompadding">
|
||||
<h2 class="sectionTitle headerUser" style="padding-left:.25em;"></h2>
|
||||
<div>
|
||||
<a is="emby-linkbutton" style="display:block; padding: 0; margin:0;" data-ripple="false" href="selectserver.html" class="selectServer hide listItem-shaded">
|
||||
<div class="listItem">
|
||||
@ -87,8 +86,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="adminSection hide">
|
||||
<h1 style="padding-left:.25em;">${HeaderAdmin}</h1>
|
||||
<div class="adminSection hide verticalSection verticalSection-extrabottompadding">
|
||||
<h2 class="sectionTitle" style="padding-left:.25em;">${HeaderAdmin}</h2>
|
||||
<div>
|
||||
<a is="emby-linkbutton" href="dashboard.html" style="display: block; padding: 0; margin:0;" class="listItem-shaded">
|
||||
<div class="listItem">
|
||||
|
File diff suppressed because one or more lines are too long
@ -28,7 +28,7 @@
|
||||
<div>
|
||||
<h1 class="sectionTitle sectionTitle-cards padded-left padded-right" style="text-align: center;">${Invitations}</h1>
|
||||
</div>
|
||||
<div is="emby-scroller" class="padded-top padded-bottom-focusscale flex-grow flex" data-mousewheel="false" data-horizontal="true" data-centerfocus="card">
|
||||
<div is="emby-scroller" class="padded-bottom-focusscale flex-grow flex" data-mousewheel="false" data-horizontal="true" data-centerfocus="card">
|
||||
<div is="emby-itemscontainer" class="scrollSlider focuscontainer-x padded-left padded-right invitations flex-grow" style="display:block;text-align:center;" data-hovermenu="false" data-multiselect="false"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user