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:
parent
af3517c2e4
commit
9242e4acf1
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue