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,8 +247,11 @@
|
||||||
:is(.content.truncated, .poll, .media-container.truncated) {
|
:is(.content.truncated, .poll, .media-container.truncated) {
|
||||||
mask-image: linear-gradient(to bottom, #000 40px, transparent);
|
mask-image: linear-gradient(to bottom, #000 40px, transparent);
|
||||||
}
|
}
|
||||||
.status-card .card {
|
.status-card {
|
||||||
display: none;
|
.card,
|
||||||
|
.card-byline {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.timeline-deck .status-card .content.truncated:after {
|
.timeline-deck .status-card .content.truncated:after {
|
||||||
/* Don't show "Read more" in status cards */
|
/* Don't show "Read more" in status cards */
|
||||||
|
|
Loading…
Reference in a new issue