item view improved, read more progress
This commit is contained in:
parent
b318257798
commit
f723f853f4
@ -39,7 +39,6 @@
|
|||||||
}
|
}
|
||||||
.detailImageContainerCard:not(.imageWidthTest) {
|
.detailImageContainerCard:not(.imageWidthTest) {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
margin-bottom: 13vw;
|
|
||||||
}
|
}
|
||||||
.detailImageContainerCard .cardBox {
|
.detailImageContainerCard .cardBox {
|
||||||
-webkit-margin-end: 0 !important;
|
-webkit-margin-end: 0 !important;
|
||||||
@ -80,7 +79,6 @@
|
|||||||
width: clamp(6vw, 20.5em, 14vw);
|
width: clamp(6vw, 20.5em, 14vw);
|
||||||
}
|
}
|
||||||
.detailImageContainer-main.detailImageContainer-backdrop {
|
.detailImageContainer-main.detailImageContainer-backdrop {
|
||||||
width: 28vw;
|
|
||||||
width: clamp(20vw, 49.5em, 28vw);
|
width: clamp(20vw, 49.5em, 28vw);
|
||||||
top: 5em;
|
top: 5em;
|
||||||
}
|
}
|
||||||
@ -267,23 +265,30 @@
|
|||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 5;
|
-webkit-line-clamp: 5;
|
||||||
|
position: absolute;
|
||||||
|
width: 80ch;
|
||||||
font-weight: 520;
|
font-weight: 520;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
|
top: 0;
|
||||||
|
left: -0.5vw;
|
||||||
}
|
}
|
||||||
.overview-text:hover {
|
.overview-text:hover {
|
||||||
display: block;
|
display: block;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
position: relative;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
max-height: none;
|
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
|
position: absolute;
|
||||||
|
width: 80ch;
|
||||||
|
top: 0;
|
||||||
|
left: -0.5vw;
|
||||||
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnReadMore {
|
.btnReadMore {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
color: var(--theme-accent-text-color-darkbg);
|
color: var(--theme-accent-text-color-darkbg);
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnOverviewText.emby-button-focusscale:focus {
|
.btnOverviewText.emby-button-focusscale:focus {
|
||||||
-webkit-transform: scale(1.04);
|
-webkit-transform: scale(1.04);
|
||||||
transform: scale(1.04);
|
transform: scale(1.04);
|
||||||
@ -420,7 +425,7 @@
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
.detailImageContainer-main-extrabottommargin {
|
.detailImageContainer-main-extrabottommargin {
|
||||||
margin-bottom: -3em;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tracklist-sidemargin {
|
.tracklist-sidemargin {
|
||||||
@ -429,7 +434,7 @@
|
|||||||
}
|
}
|
||||||
.detailTextContainer {
|
.detailTextContainer {
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
padding: 5em 1em;
|
padding: 2vw 2vw 20vw;
|
||||||
}
|
}
|
||||||
.detailTextContainer-extrapadding {
|
.detailTextContainer-extrapadding {
|
||||||
padding: 0 1.6em;
|
padding: 0 1.6em;
|
||||||
@ -438,7 +443,7 @@
|
|||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
.directors {
|
.directors {
|
||||||
margin: 0.5em 0;
|
display: none;
|
||||||
}
|
}
|
||||||
@media not all and (min-width: 50em) {
|
@media not all and (min-width: 50em) {
|
||||||
.overview-twoline {
|
.overview-twoline {
|
||||||
|
|||||||
@ -793,7 +793,7 @@ define([
|
|||||||
))
|
))
|
||||||
: ((hasFocusableButton = !0),
|
: ((hasFocusableButton = !0),
|
||||||
parentNameHtml.push(
|
parentNameHtml.push(
|
||||||
'<a style="font-weight:inherit;" class="button-link button-link-color-inherit" is="emby-linkbutton" href="' +
|
'<a style="font-weight:inherit;font-size:20px" class="button-link button-link-color-inherit" is="emby-linkbutton" href="' +
|
||||||
parentRoute +
|
parentRoute +
|
||||||
'">' +
|
'">' +
|
||||||
seriesName +
|
seriesName +
|
||||||
|
|||||||
@ -32,9 +32,9 @@
|
|||||||
.emby-button::-moz-focus-inner {
|
.emby-button::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.emby-button:hover {
|
/* .emby-button:hover { */
|
||||||
background-color: #FFFFFF33;
|
/* background-color: #FFFFFF33; */
|
||||||
}
|
/* } */
|
||||||
.emby-button:active {
|
.emby-button:active {
|
||||||
background-color: hsla(var(--theme-primary-color-hue),
|
background-color: hsla(var(--theme-primary-color-hue),
|
||||||
var(--theme-primary-color-saturation),
|
var(--theme-primary-color-saturation),
|
||||||
|
|||||||
@ -126,6 +126,7 @@
|
|||||||
.padded-right {
|
.padded-right {
|
||||||
-webkit-padding-end: 3.4%;
|
-webkit-padding-end: 3.4%;
|
||||||
padding-inline-end: 3.4%;
|
padding-inline-end: 3.4%;
|
||||||
|
padding-inline-start: 5%;
|
||||||
}
|
}
|
||||||
.padded-left-withalphapicker {
|
.padded-left-withalphapicker {
|
||||||
-webkit-padding-start: 4%;
|
-webkit-padding-start: 4%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user