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:
parent
2189c2e40f
commit
d619275f90
3 changed files with 164 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue