mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Merged fix for Jellyfin Media Player
This commit is contained in:
parent
518a8a2d2e
commit
cd06cf3b95
@ -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 */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user