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

Merge pull request #667 from Nickbert7/update-remotecontrol

Update remotecontrol layout
This commit is contained in:
dkanada 2020-01-21 23:29:28 +09:00 committed by GitHub
commit 6c56234171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 86 additions and 68 deletions

View file

@ -7,6 +7,26 @@
text-align: center
}
.btnArrowUp{
border-radius: 40% 40% 10% 10%;
}
.btnArrowLeft{
border-radius: 40% 10% 10% 40%;
}
.btnArrowRight{
border-radius: 10% 40% 40% 10%;
}
.btnArrowDown{
border-radius: 10% 10% 40% 40%;
}
.btnOk{
border-radius: 10%;
}
.nowPlayingPageTitle {
margin: 0 0 .5em .5em
}
@ -151,6 +171,9 @@
.nowPlayingInfoButtons .nowPlayingPageUserDataButtons {
display: none !important
}
.navigationSection .collapseContent i{
font-size: 4em;
}
}
@media all and (max-width:47em) {