1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix layout of SelectServer page

Using 'display: flex' breaks scrolling (bottom padding is
not applied correctly) on webOS 1.2
This commit is contained in:
Dmitry Lyzo 2022-01-22 01:41:20 +03:00
parent af3517c2e4
commit 9242e4acf1

View file

@ -1,5 +1,5 @@
<div id="selectServerPage" data-role="page" class="page noSecondaryNavPage standalonePage pageContainer flex flex-direction-column">
<div class="margin-auto-y">
<div id="selectServerPage" data-role="page" class="page noSecondaryNavPage standalonePage pageContainer">
<div class="margin-auto-y padded-bottom-page">
<div class="verticalSection flex-shrink-zero w-100 flex flex-direction-column">
<div class="padded-left padded-right flex align-items-center justify-content-center">
<h1 class="sectionTitle sectionTitle-cards">${SelectServer}</h1>