mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00: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 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue