Merged fix for Jellyfin Media Player

This commit is contained in:
loof2736 2023-08-03 18:13:44 -04:00
parent 518a8a2d2e
commit cd06cf3b95
2 changed files with 10 additions and 2 deletions

View File

@ -26,7 +26,11 @@
margin-top: 20px !important; margin-top: 20px !important;
} }
/* Shift content to the right */ /* Shift content to the right */
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage, #editItemMetadataPage) { .layout-desktop .libraryPage:not(#editItemMetadataPage) {
margin-left: 250px !important;
}
/* Fix for Jellyfin Media Player */
.quickConnectSettingsContainer {
margin-left: 250px !important; margin-left: 250px !important;
} }
/* Hide transition on page load */ /* Hide transition on page load */

View File

@ -28,7 +28,11 @@
margin-top: 20px !important; margin-top: 20px !important;
} }
/* Shift content to the right */ /* Shift content to the right */
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage, #editItemMetadataPage) { .layout-desktop .libraryPage:not(#editItemMetadataPage) {
margin-left: 250px !important;
}
/* Fix for Jellyfin Media Player */
.quickConnectSettingsContainer {
margin-left: 250px !important; margin-left: 250px !important;
} }
/* Hide transition on page load */ /* Hide transition on page load */