mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
Fix layout of ListView
Using 'display: flex' breaks scrolling (bottom padding is not applied correctly) on webOS 1.2
This commit is contained in:
parent
69d039d35d
commit
4e6cb506e2
@ -1,7 +1,7 @@
|
||||
<div data-role="page" class="flex flex-direction-column page libraryPage noSecondaryNavPage" data-backbutton="true">
|
||||
<div data-role="page" class="page libraryPage noSecondaryNavPage" data-backbutton="true">
|
||||
<div class="alphaPicker alphaPicker-vertical alphaPicker-fixed focuscontainer-y hide">
|
||||
</div>
|
||||
<div class="flex-grow padded-left padded-right padded-bottom-page">
|
||||
<div class="padded-left padded-right padded-bottom-page">
|
||||
<div class="flex align-items-center focuscontainer-x itemsViewSettingsContainer padded-top padded-bottom flex-wrap-wrap">
|
||||
<div class="paging"></div>
|
||||
<button is="emby-button" class="btnPlay button-flat hide listTextButton-autohide">
|
||||
|
Loading…
Reference in New Issue
Block a user