mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Re-enabled poster on detail page
This commit is contained in:
parent
cae8f35cad
commit
468172ccf5
@ -3,7 +3,7 @@
|
|||||||
--main-accent-color: #00a4dc;
|
--main-accent-color: #00a4dc;
|
||||||
--secondary-accent-color: rgba(0, 164, 220, 0.2);
|
--secondary-accent-color: rgba(0, 164, 220, 0.2);
|
||||||
--main-background-color: #0F0F0F;
|
--main-background-color: #0F0F0F;
|
||||||
--secondary-background-color: var(--secondary-background-color);
|
--secondary-background-color: #181818;
|
||||||
--main-background-transparent: rgba(35,35,35,0.5);
|
--main-background-transparent: rgba(35,35,35,0.5);
|
||||||
--secondary-background-transparent: rgba(0,0,0,0.6);
|
--secondary-background-transparent: rgba(0,0,0,0.6);
|
||||||
--rounded-cards: 15px;
|
--rounded-cards: 15px;
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
/* Increase size of Jellyfin logo */
|
/* Increase size of Jellyfin logo */
|
||||||
.layout-desktop .pageTitleWithLogo {
|
.layout-desktop .pageTitleWithLogo {
|
||||||
margin-left: 10px !important;
|
margin-left: 25px !important;
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -60,6 +60,7 @@
|
|||||||
/* Lower drawer buttons */
|
/* Lower drawer buttons */
|
||||||
.layout-desktop .mainDrawer-scrollContainer {
|
.layout-desktop .mainDrawer-scrollContainer {
|
||||||
margin-top: 95px !important;
|
margin-top: 95px !important;
|
||||||
|
margin-left: 10px !important;
|
||||||
}
|
}
|
||||||
.layout-mobile .mainDrawer-scrollContainer {
|
.layout-mobile .mainDrawer-scrollContainer {
|
||||||
margin-top: 20px !important;
|
margin-top: 20px !important;
|
||||||
@ -133,12 +134,12 @@
|
|||||||
/* Floating progress bar */
|
/* Floating progress bar */
|
||||||
.innerCardFooter {
|
.innerCardFooter {
|
||||||
border-radius: var(--rounded-cards) !important;
|
border-radius: var(--rounded-cards) !important;
|
||||||
width: 100px !important;
|
|
||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
padding: 5px !important;
|
padding: 5px !important;
|
||||||
bottom: 0% !important;
|
bottom: 0% !important;
|
||||||
background: rgba(0,0,0,0.5) !important;
|
background: rgba(0,0,0,0.5) !important;
|
||||||
|
backdrop-filter: blur(10px) !important;
|
||||||
}
|
}
|
||||||
.fullInnerCardFooter {
|
.fullInnerCardFooter {
|
||||||
bottom: 5% !important;
|
bottom: 5% !important;
|
||||||
@ -146,6 +147,7 @@
|
|||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
border-radius: 100px !important;
|
border-radius: 100px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
|
backdrop-filter: none !important;
|
||||||
}
|
}
|
||||||
.itemProgressBar {
|
.itemProgressBar {
|
||||||
height: 10px !important;
|
height: 10px !important;
|
||||||
@ -366,7 +368,7 @@
|
|||||||
/* Add padding to list items */
|
/* Add padding to list items */
|
||||||
.layout-desktop .listItem,
|
.layout-desktop .listItem,
|
||||||
.layout-tv .listItem {
|
.layout-tv .listItem {
|
||||||
padding-left: 15px !important;
|
padding-inline: 15px !important;
|
||||||
}
|
}
|
||||||
/* Rounded dashboard cards */
|
/* Rounded dashboard cards */
|
||||||
.cardBox {
|
.cardBox {
|
||||||
@ -429,9 +431,10 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Remove show/movie image on details page */
|
/* Resize show/movie image on details page */
|
||||||
.layout-desktop .detailImageContainer {
|
.layout-desktop .detailImageContainer .card {
|
||||||
display: none !important;
|
top: 9em !important;
|
||||||
|
width: 350px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Re-position content on details page */
|
/* Re-position content on details page */
|
||||||
@ -439,7 +442,7 @@
|
|||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .detailPageContent {
|
.layout-desktop .detailPageContent {
|
||||||
padding-left: 4% !important;
|
padding-left: 3.3% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Re-position logo */
|
/* Re-position logo */
|
||||||
@ -529,9 +532,10 @@
|
|||||||
/* Re-position title */
|
/* Re-position title */
|
||||||
.layout-desktop .infoWrapper {
|
.layout-desktop .infoWrapper {
|
||||||
margin-top: 245px !important;
|
margin-top: 245px !important;
|
||||||
|
margin-left: 390px !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .detailPagePrimaryContainer {
|
.layout-desktop .detailPagePrimaryContainer {
|
||||||
padding-left: 4% !important;
|
padding-left: 3.3% !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .nameContainer {
|
.layout-desktop .nameContainer {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
@ -543,6 +547,15 @@
|
|||||||
margin-top: 16px !important;
|
margin-top: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Move description box */
|
||||||
|
.layout-desktop .detailPagePrimaryContent {
|
||||||
|
padding-left: 390px !important;
|
||||||
|
min-height: 550px !important;
|
||||||
|
}
|
||||||
|
.layout-desktop .detailPagePrimaryContent:has(.genresGroup.hide):has(.directorsGroup.hide):has(.writersGroup.hide) {
|
||||||
|
min-height: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Move track selection box */
|
/* Move track selection box */
|
||||||
.detailSection {
|
.detailSection {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
@ -791,6 +804,9 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Dialog box */
|
/* Dialog box */
|
||||||
.layout-desktop .dialog {
|
.dialog {
|
||||||
padding: 0px 10px 10px 10px !important;
|
background-color: var(--secondary-background-color) !important;
|
||||||
|
}
|
||||||
|
.actionSheetTitle {
|
||||||
|
margin: 10px 20px !important;
|
||||||
}
|
}
|
||||||
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
/* Increase size of Jellyfin logo */
|
/* Increase size of Jellyfin logo */
|
||||||
.layout-desktop .pageTitleWithLogo {
|
.layout-desktop .pageTitleWithLogo {
|
||||||
margin-left: 10px !important;
|
margin-left: 25px !important;
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -60,6 +60,7 @@
|
|||||||
/* Lower drawer buttons */
|
/* Lower drawer buttons */
|
||||||
.layout-desktop .mainDrawer-scrollContainer {
|
.layout-desktop .mainDrawer-scrollContainer {
|
||||||
margin-top: 95px !important;
|
margin-top: 95px !important;
|
||||||
|
margin-left: 10px !important;
|
||||||
}
|
}
|
||||||
.layout-mobile .mainDrawer-scrollContainer {
|
.layout-mobile .mainDrawer-scrollContainer {
|
||||||
margin-top: 15px !important;
|
margin-top: 15px !important;
|
||||||
@ -133,12 +134,12 @@
|
|||||||
/* Floating progress bar */
|
/* Floating progress bar */
|
||||||
.innerCardFooter {
|
.innerCardFooter {
|
||||||
border-radius: var(--rounded-cards) !important;
|
border-radius: var(--rounded-cards) !important;
|
||||||
width: 100px !important;
|
|
||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
padding: 5px !important;
|
padding: 5px 15px 5px 5px !important;
|
||||||
bottom: 0% !important;
|
bottom: 0% !important;
|
||||||
background: rgba(0,0,0,0.5) !important;
|
background: rgba(0,0,0,0.5) !important;
|
||||||
|
backdrop-filter: blur(10px) !important;
|
||||||
}
|
}
|
||||||
.fullInnerCardFooter {
|
.fullInnerCardFooter {
|
||||||
bottom: 5% !important;
|
bottom: 5% !important;
|
||||||
@ -146,6 +147,7 @@
|
|||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
border-radius: 100px !important;
|
border-radius: 100px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
|
backdrop-filter: none !important;
|
||||||
}
|
}
|
||||||
.itemProgressBar {
|
.itemProgressBar {
|
||||||
height: 10px !important;
|
height: 10px !important;
|
||||||
@ -209,7 +211,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Modified background color */
|
/* Modified background color */
|
||||||
.dialog,
|
|
||||||
html {
|
html {
|
||||||
background-color: var(--main-background-color) !important;
|
background-color: var(--main-background-color) !important;
|
||||||
}
|
}
|
||||||
@ -370,7 +371,7 @@ html {
|
|||||||
/* Add padding to list items */
|
/* Add padding to list items */
|
||||||
.layout-desktop .listItem,
|
.layout-desktop .listItem,
|
||||||
.layout-tv .listItem {
|
.layout-tv .listItem {
|
||||||
padding-left: 15px !important;
|
padding-inline: 15px !important;
|
||||||
}
|
}
|
||||||
/* Rounded dashboard cards */
|
/* Rounded dashboard cards */
|
||||||
.cardBox {
|
.cardBox {
|
||||||
@ -433,9 +434,10 @@ html {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Remove show/movie image on details page */
|
/* Resize show/movie image on details page */
|
||||||
.layout-desktop .detailImageContainer {
|
.layout-desktop .detailImageContainer .card {
|
||||||
display: none !important;
|
top: 9em !important;
|
||||||
|
width: 350px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Re-position content on details page */
|
/* Re-position content on details page */
|
||||||
@ -443,7 +445,7 @@ html {
|
|||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .detailPageContent {
|
.layout-desktop .detailPageContent {
|
||||||
padding-left: 4% !important;
|
padding-left: 3.3% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Re-position logo */
|
/* Re-position logo */
|
||||||
@ -520,9 +522,10 @@ html {
|
|||||||
/* Re-position title */
|
/* Re-position title */
|
||||||
.layout-desktop .infoWrapper {
|
.layout-desktop .infoWrapper {
|
||||||
margin-top: 245px !important;
|
margin-top: 245px !important;
|
||||||
|
margin-left: 390px !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .detailPagePrimaryContainer {
|
.layout-desktop .detailPagePrimaryContainer {
|
||||||
padding-left: 4% !important;
|
padding-left: 3.3% !important;
|
||||||
}
|
}
|
||||||
.layout-desktop .nameContainer {
|
.layout-desktop .nameContainer {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
@ -534,6 +537,15 @@ html {
|
|||||||
margin-top: 16px !important;
|
margin-top: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Move description box */
|
||||||
|
.layout-desktop .detailPagePrimaryContent {
|
||||||
|
padding-left: 390px !important;
|
||||||
|
min-height: 550px !important;
|
||||||
|
}
|
||||||
|
.layout-desktop .detailPagePrimaryContent:has(.genresGroup.hide):has(.directorsGroup.hide):has(.writersGroup.hide) {
|
||||||
|
min-height: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Move track selection box */
|
/* Move track selection box */
|
||||||
.detailSection {
|
.detailSection {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
@ -770,6 +782,9 @@ html {
|
|||||||
|
|
||||||
|
|
||||||
/* Dialog box */
|
/* Dialog box */
|
||||||
.layout-desktop .dialog {
|
.dialog {
|
||||||
padding: 0px 10px 10px 10px !important;
|
background-color: var(--secondary-background-color) !important;
|
||||||
|
}
|
||||||
|
.actionSheetTitle {
|
||||||
|
margin: 10px 20px !important;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user