mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Don't show card when status is truncated
This commit is contained in:
parent
811de6ec0a
commit
c116de8456
1 changed files with 3 additions and 0 deletions
|
@ -251,6 +251,9 @@
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
transform: translateX(-50%) translateY(-2px) scale(1.01);
|
transform: translateX(-50%) translateY(-2px) scale(1.01);
|
||||||
}
|
}
|
||||||
|
.timeline-deck .status .content.truncated ~ .card {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.status .content p {
|
.status .content p {
|
||||||
margin-block: 0.75em;
|
margin-block: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue