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;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 5;
|
||||
-webkit-line-clamp: 15;
|
||||
position: absolute;
|
||||
width: 80ch;
|
||||
font-weight: 520;
|
||||
margin: 0.5em;
|
||||
top: 0;
|
||||
left: -0.5vw;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
.overview-text:hover {
|
||||
display: block;
|
||||
overflow: visible;
|
||||
z-index: 100;
|
||||
border-radius: 0.5em;
|
||||
position: absolute;
|
||||
width: 80ch;
|
||||
top: 0;
|
||||
left: -0.5vw;
|
||||
background-color: black;
|
||||
}
|
||||
/* .overview-text:hover { */
|
||||
/* display: block; */
|
||||
/* overflow: visible; */
|
||||
/* z-index: 100; */
|
||||
/* border-radius: 0.5em; */
|
||||
/* position: absolute; */
|
||||
/* width: 80ch; */
|
||||
/* top: 0; */
|
||||
/* left: -0.5vw; */
|
||||
/* background-color: black; */
|
||||
/* } */
|
||||
.btnReadMore {
|
||||
pointer-events: none;
|
||||
color: var(--theme-accent-text-color-darkbg);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user