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:
parent
6a60938b09
commit
10def79586
3 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue