Merge pull request #1393 from jellyfin/repos

Initial work for repository configuration
This commit is contained in:
dkanada 2020-06-22 22:52:08 +09:00 committed by GitHub
commit d93911c407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 214 additions and 25 deletions

View file

@ -121,6 +121,11 @@ div[data-role=page] {
transform: translateY(-100%);
}
.drawerContent {
/* make sure the bottom of the drawer is visible when music is playing */
padding-bottom: 4em;
}
.force-scroll {
overflow-y: scroll;
}