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

Merge pull request #2467 from albeeeert/fix-issue-2314

Add padding to prevent music controls from clipping
This commit is contained in:
dkanada 2021-03-26 20:17:33 +09:00 committed by GitHub
commit 7f040c723d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
</div> </div>
<div class="detailLogo"></div> <div class="detailLogo"></div>
<div class="detailPageWrapperContainer"> <div class="detailPageWrapperContainer padded-bottom-page">
<div class="detailPagePrimaryContainer padded-left padded-right"> <div class="detailPagePrimaryContainer padded-left padded-right">
<div class="primaryImageWrapper hide"> <div class="primaryImageWrapper hide">
<img id="primaryImage" /> <img id="primaryImage" />

View file

@ -1,7 +1,7 @@
<div data-role="page" class="view flex flex-direction-column page libraryPage noSecondaryNavPage" data-backbutton="true"> <div data-role="page" class="view flex flex-direction-column page libraryPage noSecondaryNavPage" data-backbutton="true">
<div class="alphaPicker alphaPicker-vertical alphaPicker-fixed focuscontainer-y hide"> <div class="alphaPicker alphaPicker-vertical alphaPicker-fixed focuscontainer-y hide">
</div> </div>
<div class="flex-grow padded-left padded-right pageContainerTopPadding"> <div class="flex-grow padded-left padded-right padded-bottom-page pageContainerTopPadding">
<div class="flex align-items-center focuscontainer-x itemsViewSettingsContainer padded-top padded-bottom flex-wrap-wrap"> <div class="flex align-items-center focuscontainer-x itemsViewSettingsContainer padded-top padded-bottom flex-wrap-wrap">
<button is="emby-button" class="btnPlay button-flat hide listTextButton-autohide"> <button is="emby-button" class="btnPlay button-flat hide listTextButton-autohide">
<span>${HeaderPlayAll}</span> <span>${HeaderPlayAll}</span>
@ -48,7 +48,7 @@
<span class="material-icons more_vert"></span> <span class="material-icons more_vert"></span>
</button> </button>
</div> </div>
<div is="emby-itemscontainer" class="vertical-wrap itemsContainer centered" style="padding: 0 0 10vh 0;"> <div is="emby-itemscontainer" class="vertical-wrap itemsContainer centered">
</div> </div>
</div> </div>
</div> </div>