mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Special styling for .content.truncated
This commit is contained in:
parent
66a519f4dc
commit
ef8dda2dbb
1 changed files with 14 additions and 0 deletions
|
@ -511,6 +511,7 @@
|
|||
}
|
||||
.status .content-container.has-spoiler:not(.show-spoiler) .spoiler-button {
|
||||
~ *:not(
|
||||
.content.truncated,
|
||||
.media-container,
|
||||
.card,
|
||||
.media-figure-multiple,
|
||||
|
@ -543,6 +544,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
~ .content.truncated {
|
||||
opacity: 1;
|
||||
|
||||
> * {
|
||||
opacity: 0.2;
|
||||
text-decoration-thickness: 1.5em;
|
||||
text-decoration-line: line-through;
|
||||
text-rendering: optimizeSpeed;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* ~ :is(.media-container, .media-figure-multiple) .media > *, */
|
||||
~ .card .card-image > img {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue