read more done i think, plus some UX of course
This commit is contained in:
parent
f723f853f4
commit
29517263c7
@ -264,25 +264,26 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 5;
|
-webkit-line-clamp: 15;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 80ch;
|
width: 80ch;
|
||||||
font-weight: 520;
|
font-weight: 520;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: -0.5vw;
|
left: -0.5vw;
|
||||||
|
text-shadow: inherit;
|
||||||
}
|
}
|
||||||
.overview-text:hover {
|
/* .overview-text:hover { */
|
||||||
display: block;
|
/* display: block; */
|
||||||
overflow: visible;
|
/* overflow: visible; */
|
||||||
z-index: 100;
|
/* z-index: 100; */
|
||||||
border-radius: 0.5em;
|
/* border-radius: 0.5em; */
|
||||||
position: absolute;
|
/* position: absolute; */
|
||||||
width: 80ch;
|
/* width: 80ch; */
|
||||||
top: 0;
|
/* top: 0; */
|
||||||
left: -0.5vw;
|
/* left: -0.5vw; */
|
||||||
background-color: black;
|
/* 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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user