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

Implement fix for issue #2314: Add padding to itemsContainers in library views to prevent music control clipping

This commit is contained in:
Aleksi Viitala 2021-02-22 16:23:51 +02:00
parent 6a60938b09
commit 10def79586
3 changed files with 5 additions and 3 deletions

View file

@ -48,7 +48,7 @@
<span class="material-icons more_vert"></span>
</button>
</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>