mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
Compare commits
2 Commits
33afcd750c
...
42bc537897
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42bc537897 | ||
|
|
48811065aa |
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
--sidePadding: 3.3%;
|
--sidePadding: 3.3%;
|
||||||
--itemColumnGap: 1em;
|
--itemColumnGap: 1em;
|
||||||
--primaryItemPageNegativeSpace: 12vh;
|
--primaryItemPageNegativeSpace: 14vh;
|
||||||
--secondaryItemPageNegativeSpace: 35vh;
|
--secondaryItemPageNegativeSpace: 35vh;
|
||||||
|
|
||||||
--blurSmallest: blur(2px);
|
--blurSmallest: blur(2px);
|
||||||
@@ -113,6 +113,10 @@
|
|||||||
block: makes them visible use block */
|
block: makes them visible use block */
|
||||||
--extraCardButtonsVisibility: none;
|
--extraCardButtonsVisibility: none;
|
||||||
|
|
||||||
|
/* block: keeps the original (foreign) title visible if it is available [default];
|
||||||
|
none: always hides the original title of Movie/TV */
|
||||||
|
--itemOriginalTitleVisibility: block;
|
||||||
|
|
||||||
/* none: hides the media library card labels [default];
|
/* none: hides the media library card labels [default];
|
||||||
block: makes them visible */
|
block: makes them visible */
|
||||||
--libraryLabelVisibility: none;
|
--libraryLabelVisibility: none;
|
||||||
@@ -1072,7 +1076,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
height: 28vh;
|
height: 30vh;
|
||||||
margin-top: unset;
|
margin-top: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2679,7 +2683,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
.layout-desktop .detailSectionContent {
|
.layout-desktop .detailSectionContent {
|
||||||
align-content: end;
|
align-content: end;
|
||||||
min-height: 15vh;
|
min-height: 13vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemDetailsGroup {
|
.itemDetailsGroup {
|
||||||
@@ -3131,6 +3135,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
padding-top: .25em;
|
padding-top: .25em;
|
||||||
padding-bottom: .25em;
|
padding-bottom: .25em;
|
||||||
color: var(--dimTextColor);
|
color: var(--dimTextColor);
|
||||||
|
display: var(--itemOriginalTitleVisibility);
|
||||||
}
|
}
|
||||||
|
|
||||||
.channelPrograms+.channelPrograms,
|
.channelPrograms+.channelPrograms,
|
||||||
|
|||||||
Reference in New Issue
Block a user