mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Hide byline too
This commit is contained in:
parent
9bd5f7e637
commit
b8281fb593
1 changed files with 5 additions and 2 deletions
|
@ -247,9 +247,12 @@
|
|||
:is(.content.truncated, .poll, .media-container.truncated) {
|
||||
mask-image: linear-gradient(to bottom, #000 40px, transparent);
|
||||
}
|
||||
.status-card .card {
|
||||
.status-card {
|
||||
.card,
|
||||
.card-byline {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.timeline-deck .status-card .content.truncated:after {
|
||||
/* Don't show "Read more" in status cards */
|
||||
content: none !important;
|
||||
|
|
Loading…
Reference in a new issue