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

stub out remote control page

This commit is contained in:
Luke Pulverenti 2014-04-27 18:51:07 -04:00
parent 2189c2e40f
commit d619275f90
3 changed files with 164 additions and 3 deletions

View file

@ -7,7 +7,7 @@
padding-top: 48px !important;
}
.libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage):not(#itemListPage) {
.libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage):not(#itemListPage):not(.nowPlayingPage) {
padding-top: 91px !important;
}
@ -174,7 +174,7 @@
}
.ehsContent {
max-width: 620px;
max-width: 640px;
margin: 0 auto;
padding: 0;
border-spacing: 0;