mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 23:35:25 +00:00
Compare commits
15 Commits
4a045ef8c9
...
v25.10.27
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2d7441551 | ||
|
|
8b6f499b91 | ||
|
|
5209cbb8f1 | ||
|
|
4fee1b3a44 | ||
|
|
44be2db862 | ||
|
|
855cbfa901 | ||
|
|
e674310187 | ||
|
|
2ea0f55e6c | ||
|
|
a1f2360f34 | ||
|
|
5ab39dd7e2 | ||
|
|
5350c7836e | ||
|
|
5988cee24c | ||
|
|
eff306a900 | ||
|
|
1571e301e0 | ||
|
|
ea12292a77 |
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -19,17 +19,21 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
**ElegantFin:**
|
**ElegantFin:**
|
||||||
- Version [e.g. 24.12.11]
|
- Version [e.g. 24.12.11]
|
||||||
|
|
||||||
|
**Jellyfin Server:**
|
||||||
|
- Version [e.g. 10.10.7]
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Desktop (please complete the following information):**
|
||||||
- OS: [e.g. iOS]
|
- OS: [e.g. iOS]
|
||||||
- Browser [e.g. chrome, safari]
|
- Browser: [e.g. chrome, safari]
|
||||||
- Version [e.g. 22]
|
- Browser Version: [e.g. 22]
|
||||||
- Screen Resolution [e.g. 1920x1080]
|
- Screen Resolution [e.g. 1920x1080]
|
||||||
|
|
||||||
**Smartphone or TV (please complete the following information):**
|
**Smartphone or TV (please complete the following information):**
|
||||||
- Device: [e.g. iPhone6]
|
- Device: [e.g. iPhone6]
|
||||||
- OS: [e.g. iOS8.1]
|
- OS: [e.g. iOS8.1]
|
||||||
- Browser [e.g. stock browser, safari]
|
- Browser: [e.g. stock browser, safari]
|
||||||
- Version [e.g. 22]
|
- Browser Version: [e.g. 22]
|
||||||
|
- Jellyfin App Version:
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
|
|||||||
@@ -220,8 +220,11 @@ https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd
|
|||||||
|
|
||||||
### 🆗 Tested on
|
### 🆗 Tested on
|
||||||
- Jellyfin Server v10.10.7
|
- Jellyfin Server v10.10.7
|
||||||
|
- Microsoft Edge (Chromium)
|
||||||
- Jellyfin Android App v2.6.3
|
- Jellyfin Android App v2.6.3
|
||||||
|
|
||||||
|
Note: Support for v10.11.0 is a work in progress
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
### 🛠️ Troubleshooting
|
### 🛠️ Troubleshooting
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
--sidePadding: 3.3%;
|
--sidePadding: 3.3%;
|
||||||
--itemColumnGap: 1em;
|
--itemColumnGap: 1em;
|
||||||
--primaryItemPageNegativeSpace: 15vh;
|
--primaryItemPageNegativeSpace: 12vh;
|
||||||
--secondaryItemPageNegativeSpace: 35vh;
|
--secondaryItemPageNegativeSpace: 35vh;
|
||||||
|
|
||||||
--blurSmallest: blur(2px);
|
--blurSmallest: blur(2px);
|
||||||
@@ -124,6 +124,10 @@
|
|||||||
/* use 5em to enable the fading app bar (seamless);
|
/* use 5em to enable the fading app bar (seamless);
|
||||||
use 4.6em to get the solid app bar (cleaner with border) */
|
use 4.6em to get the solid app bar (cleaner with border) */
|
||||||
--appBarHeight: 5em;
|
--appBarHeight: 5em;
|
||||||
|
|
||||||
|
/* use 50% to crop the top of the backdrop image slightly (recommended) [default];
|
||||||
|
use 0% to prevent the cropping from top, or choose between 0% and 100% according to your preference */
|
||||||
|
--backdropPositionY: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@@ -136,7 +140,6 @@ html {
|
|||||||
|
|
||||||
.layout-mobile {
|
.layout-mobile {
|
||||||
--itemColumnGap: 0;
|
--itemColumnGap: 0;
|
||||||
--sidePadding: 5%;
|
|
||||||
--headerColorGradient: var(--headerColorGradientAlt);
|
--headerColorGradient: var(--headerColorGradientAlt);
|
||||||
--blurLargest: blur(12px);
|
--blurLargest: blur(12px);
|
||||||
--headerBlurMask: linear-gradient(180deg, white 60%, 90%, transparent);
|
--headerBlurMask: linear-gradient(180deg, white 60%, 90%, transparent);
|
||||||
@@ -840,6 +843,10 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .card {
|
||||||
|
--sidePadding: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
--effectiveWidth: calc((99vw - (var(--sidePadding) * 2)));
|
--effectiveWidth: calc((99vw - (var(--sidePadding) * 2)));
|
||||||
--cardWidth: calc(var(--effectiveWidth) / var(--cardCount) - var(--itemColumnGap));
|
--cardWidth: calc(var(--effectiveWidth) / var(--cardCount) - var(--itemColumnGap));
|
||||||
@@ -892,17 +899,22 @@ html {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
/* center content on desktop */
|
/* center content on desktop */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
/* this aligns the plot to left on 10.11.0 */
|
||||||
margin-bottom: -1.5em;
|
text-align: left;
|
||||||
|
/* temporarily disabled for 10.11.0 */
|
||||||
|
/* margin-bottom: -1.5em; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailPagePrimaryContainer {
|
/* this disables block padding on pre-10.11.0 */
|
||||||
padding: .5em var(--sidePadding);
|
.layout-mobile .detailPagePrimaryContainer.detailRibbon,
|
||||||
|
/* this disables block padding on 10.11.0 */
|
||||||
|
.layout-mobile .detailPagePrimaryContainer>.detailRibbon {
|
||||||
|
padding: 0 var(--sidePadding);
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir=ltr] .detailPagePrimaryContent {
|
/* [dir=ltr] .detailPagePrimaryContent {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.layout-desktop .detailPagePrimaryContainer {
|
.layout-desktop .detailPagePrimaryContainer {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -912,10 +924,34 @@ html {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailPageSecondaryContainer {
|
/* this removes the extra large left paading on 10.11.0 */
|
||||||
|
.detailPagePrimaryContainer>.detailPagePrimaryContent,
|
||||||
|
[dir=ltr] .detailPagePrimaryContainer>.detailRibbon,
|
||||||
|
/* this removes the extra large left paading on pre-10.11.0 */
|
||||||
|
[dir=ltr] .detailPagePrimaryContainer.detailRibbon {
|
||||||
|
padding-left: var(--sidePadding);
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-mobile .detailPagePrimaryContent {
|
||||||
|
padding-left: var(--sidePadding) !important;
|
||||||
|
padding-right: var(--sidePadding) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* this places main media buttons below the title on 10.11.0 */
|
||||||
|
.layout-desktop [dir=ltr] .detailRibbon,
|
||||||
|
.layout-tv [dir=ltr] .detailRibbon {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailPagePrimaryContainer>.detailPagePrimaryContent {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detailPageSecondaryContainer {
|
||||||
|
/* use !important for pre-10.11.0 compatibility */
|
||||||
|
padding-top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* this hides the header home button everywhere except the main media page */
|
/* this hides the header home button everywhere except the main media page */
|
||||||
.skinHeader-withBackground:not(.semiTransparent) .headerHomeButton {
|
.skinHeader-withBackground:not(.semiTransparent) .headerHomeButton {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -943,6 +979,7 @@ html {
|
|||||||
|
|
||||||
.verticalSection.emby-scroller-container>h2.sectionTitle.sectionTitle-cards {
|
.verticalSection.emby-scroller-container>h2.sectionTitle.sectionTitle-cards {
|
||||||
padding-top: 1.25em !important;
|
padding-top: 1.25em !important;
|
||||||
|
margin: 0 0 -.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#itemDetailPage .emby-scroller-container,
|
#itemDetailPage .emby-scroller-container,
|
||||||
@@ -950,6 +987,7 @@ html {
|
|||||||
#itemDetailPage .scrollX {
|
#itemDetailPage .scrollX {
|
||||||
margin: 0 calc(-1 * var(--sidePadding));
|
margin: 0 calc(-1 * var(--sidePadding));
|
||||||
padding: 0 var(--sidePadding);
|
padding: 0 var(--sidePadding);
|
||||||
|
padding-left: calc(var(--sidePadding) - .375em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .emby-scroller-container,
|
.layout-desktop .emby-scroller-container,
|
||||||
@@ -958,6 +996,11 @@ html {
|
|||||||
--itemColumnGap: 0.5em;
|
--itemColumnGap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emby-scroller,
|
||||||
|
.hiddenScrollX.scrollX {
|
||||||
|
padding-left: calc(var(--sidePadding) - .375em);
|
||||||
|
}
|
||||||
|
|
||||||
.itemsContainer:not(.editorsChoiceItemsContainer) {
|
.itemsContainer:not(.editorsChoiceItemsContainer) {
|
||||||
column-gap: var(--itemColumnGap);
|
column-gap: var(--itemColumnGap);
|
||||||
}
|
}
|
||||||
@@ -969,14 +1012,16 @@ html {
|
|||||||
|
|
||||||
.sectionTitleContainer-cards {
|
.sectionTitleContainer-cards {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
margin: .75em 0 -.75em 0;
|
||||||
|
|
||||||
.sectionTitleContainer+.emby-scrollbuttons {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards {
|
.layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
margin: .75em 0 -.75em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sectionTitleContainer+.emby-scrollbuttons {
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-scrollbuttons-button.paper-icon-button-light>.material-icons {
|
.emby-scrollbuttons-button.paper-icon-button-light>.material-icons {
|
||||||
@@ -1027,14 +1072,15 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
height: 32vh !important;
|
height: 28vh;
|
||||||
margin-top: unset !important;
|
margin-top: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop [dir=ltr] .detailPagePrimaryContainer,
|
/* test disabled for 10.11.0 */
|
||||||
|
/* .layout-desktop [dir=ltr] .detailPagePrimaryContainer,
|
||||||
.layout-tv [dir=ltr] .detailPagePrimaryContainer {
|
.layout-tv [dir=ltr] .detailPagePrimaryContainer {
|
||||||
padding-left: var(--sidePadding);
|
padding-left: var(--sidePadding);
|
||||||
}
|
} */
|
||||||
|
|
||||||
@keyframes animMoveDown {
|
@keyframes animMoveDown {
|
||||||
from {
|
from {
|
||||||
@@ -1073,27 +1119,14 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailLogo {
|
.detailLogo {
|
||||||
/* this hides the detail logo by default to make it only show up on modern browsers */
|
display: block;
|
||||||
display: none;
|
top: calc(100vh - 11em - var(--primaryItemPageNegativeSpace));
|
||||||
}
|
left: 0;
|
||||||
|
width: 40%;
|
||||||
@supports (aspect-ratio: 1 / 1) {
|
transform: translateY(-100%);
|
||||||
/* this shows the detail logo on modern browsers */
|
margin: auto 30%;
|
||||||
|
height: 25vh;
|
||||||
.detailLogo {
|
background-position: bottom;
|
||||||
display: block;
|
|
||||||
top: calc(100vh - 10em - var(--primaryItemPageNegativeSpace));
|
|
||||||
left: 0;
|
|
||||||
width: 40%;
|
|
||||||
transform: translateY(-100%);
|
|
||||||
margin: auto 30%;
|
|
||||||
height: 25vh;
|
|
||||||
background-position: bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-tv .detailLogo {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailLogo {
|
.layout-mobile .detailLogo {
|
||||||
@@ -1149,6 +1182,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv .detailLogo {
|
.layout-tv .detailLogo {
|
||||||
|
display: block;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
top: 39vh;
|
top: 39vh;
|
||||||
left: 30vw;
|
left: 30vw;
|
||||||
@@ -1160,25 +1194,37 @@ html {
|
|||||||
height: 33vh;
|
height: 33vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer.padded-left {
|
/* .detailImageContainer.padded-left {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
/* .layout-tv .detailImageContainer .card {
|
||||||
|
padding-left: var(--sidePadding);
|
||||||
|
|
||||||
.layout-tv .detailImageContainer.padded-left {
|
|
||||||
padding-left: 0;
|
|
||||||
height: 0;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.layout-desktop .detailImageContainer .card {
|
.layout-desktop .detailImageContainer .card {
|
||||||
top: unset !important;
|
position: absolute !important;
|
||||||
width: 22vh !important;
|
width: 22vh !important;
|
||||||
|
float: none;
|
||||||
|
left: 0 !important;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 0;
|
||||||
|
place-self: center;
|
||||||
|
transform: translateY(-80%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-desktop .detailImageContainer .backdropCard,
|
||||||
|
.layout-desktop .detailImageContainer .squareCard {
|
||||||
|
transform: translateY(-100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer .card.backdropCard {
|
.detailImageContainer .card.backdropCard {
|
||||||
width: 40vh !important;
|
width: 40vh !important;
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer .card {
|
.detailImageContainer .card {
|
||||||
@@ -1186,8 +1232,15 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv .detailImageContainer .card {
|
.layout-tv .detailImageContainer .card {
|
||||||
width: 23vw !important;
|
width: 25vw !important;
|
||||||
display: block !important;
|
display: grid !important;
|
||||||
|
position: fixed !important;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
margin: auto;
|
||||||
|
left: var(--sidePadding);
|
||||||
|
align-content: center;
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailImageContainer .card {
|
.layout-mobile .detailImageContainer .card {
|
||||||
@@ -1205,6 +1258,8 @@ html {
|
|||||||
align-content: end;
|
align-content: end;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
/* this centers the title and other text on 10.11.0 */
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Both the blocks below position the poster in main media page in the center */
|
/* Both the blocks below position the poster in main media page in the center */
|
||||||
@@ -1359,8 +1414,12 @@ html,
|
|||||||
background: var(--backgroundGradient);
|
background: var(--backgroundGradient);
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .backdropImage:after,
|
.backdropImage {
|
||||||
.layout-desktop .backdropImage:before {
|
background-position-y: var(--backdropPositionY);
|
||||||
|
}
|
||||||
|
|
||||||
|
.backdropImage:after,
|
||||||
|
.backdropImage:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -2273,7 +2332,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
|||||||
|
|
||||||
.mainDetailButtons {
|
.mainDetailButtons {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0 0 1em 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile [dir=ltr] .mainDetailButtons {
|
.layout-mobile [dir=ltr] .mainDetailButtons {
|
||||||
@@ -2284,7 +2343,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
|||||||
@media (min-width: 100em) {
|
@media (min-width: 100em) {
|
||||||
.mainDetailButtons {
|
.mainDetailButtons {
|
||||||
font-size: unset;
|
font-size: unset;
|
||||||
margin: 0 0 1em 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2541,7 +2600,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
row-gap: 1em;
|
row-gap: 1em;
|
||||||
column-gap: 3em;
|
column-gap: 3em;
|
||||||
max-width: unset !important;
|
max-width: unset !important;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .detailSection {
|
.layout-mobile .detailSection {
|
||||||
@@ -2552,10 +2611,6 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
gap: 1em;
|
gap: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer .card {
|
|
||||||
position: inherit !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.trackSelections {
|
.trackSelections {
|
||||||
order: 3;
|
order: 3;
|
||||||
max-width: unset !important;
|
max-width: unset !important;
|
||||||
@@ -2563,7 +2618,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
border: var(--defaultBorder);
|
border: var(--defaultBorder);
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
grid-column: 2;
|
grid-column: 3 / 5;
|
||||||
background-color: var(--lighterGradientPointAlpha);
|
background-color: var(--lighterGradientPointAlpha);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2629,7 +2684,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
.itemDetailsGroup {
|
.itemDetailsGroup {
|
||||||
order: 2;
|
order: 2;
|
||||||
grid-column: 1;
|
grid-column: 1 / 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv .itemDetailsGroup {
|
.layout-tv .itemDetailsGroup {
|
||||||
@@ -2640,12 +2695,30 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detailSection>.nextUpSection {
|
||||||
|
order: 5;
|
||||||
|
grid-column: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.detailSection>#listChildrenCollapsible {
|
||||||
|
order: 6;
|
||||||
|
grid-column: 2 / -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nextUpSection.hide~#listChildrenCollapsible {
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile .trackSelections,
|
.layout-mobile .trackSelections,
|
||||||
.layout-mobile .detailSectionContent,
|
.layout-mobile .detailSectionContent,
|
||||||
.layout-mobile .itemDetailsGroup,
|
.layout-mobile .itemDetailsGroup,
|
||||||
|
.layout-mobile .nextUpSection,
|
||||||
|
.layout-mobile .detailSection>#listChildrenCollapsible,
|
||||||
.layout-tv .trackSelections,
|
.layout-tv .trackSelections,
|
||||||
.layout-tv .detailSectionContent,
|
.layout-tv .detailSectionContent,
|
||||||
.layout-tv .itemDetailsGroup {
|
.layout-tv .itemDetailsGroup,
|
||||||
|
.layout-tv .nextUpSection,
|
||||||
|
.layout-tv .detailSection>#listChildrenCollapsible {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2696,9 +2769,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
padding-right: 6.5%;
|
padding-right: 6.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailPagePrimaryContent.padded-right {
|
/* test disabled for 10.11.0 */
|
||||||
|
/* .detailPagePrimaryContent.padded-right {
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
} */
|
||||||
|
|
||||||
[dir=ltr] .detailPageContent,
|
[dir=ltr] .detailPageContent,
|
||||||
.content-primary {
|
.content-primary {
|
||||||
@@ -2706,6 +2780,12 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
padding-right: var(--sidePadding) !important;
|
padding-right: var(--sidePadding) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* this prevents double padding on Jellyfin pre-10.11.0 */
|
||||||
|
[dir=ltr] .detailPageContent>.detailPagePrimaryContent {
|
||||||
|
padding-left: 0 !important;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* this removes right padding from cast page sections to place cards evenly*/
|
/* this removes right padding from cast page sections to place cards evenly*/
|
||||||
#itemDetailPage .verticalSection .itemsContainer.padded-right {
|
#itemDetailPage .verticalSection .itemsContainer.padded-right {
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
@@ -3699,4 +3779,30 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
|
|
||||||
.remoteControlContent {
|
.remoteControlContent {
|
||||||
padding: 0 var(--sidePadding) !important;
|
padding: 0 var(--sidePadding) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .layout-tv *,
|
||||||
|
.layout-tv *::before,
|
||||||
|
.layout-tv *::after {
|
||||||
|
transition-duration: .1s;
|
||||||
|
backdrop-filter: none !important;
|
||||||
|
-webkit-backdrop-filter: none !important;
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
|
filter: none !important;
|
||||||
|
-webkit-filter: none !important;
|
||||||
|
} */
|
||||||
|
|
||||||
|
/* .layout-tv .show-focus:not(.card):focus,
|
||||||
|
.layout-tv .show-animation:not(.card):focus {
|
||||||
|
transform: none !important;
|
||||||
|
} */
|
||||||
|
|
||||||
|
/* .layout-tv .blurhash-canvas {
|
||||||
|
display: none !important;
|
||||||
|
} */
|
||||||
|
|
||||||
|
.layout-tv .show-focus:focus,
|
||||||
|
.layout-tv .show-animation:focus {
|
||||||
|
transform: none !important;
|
||||||
}
|
}
|
||||||
3808
Theme/ElegantFin-theme-v25.10.27.css
Normal file
3808
Theme/ElegantFin-theme-v25.10.27.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user