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