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

Merge pull request #237 from dkanada/controls

Avoid element overlap with music controls
This commit is contained in:
Anthony Lavado 2019-04-09 21:28:20 -04:00 committed by GitHub
commit 495534c6d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,8 @@ div[data-role=page] {
.padded-bottom-page,
.page,
.pageWithAbsoluteTabs .pageTabContent {
padding-bottom: 2em !important
/* provides room for the music controls */
padding-bottom: 5em !important
}
@media all and (min-width:50em) {