Make grouped subsequent hashtag pre-meta more seamless
This commit is contained in:
parent
36f38230c4
commit
913d923877
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,16 @@
|
||||||
var(--hashtag-faded-color),
|
var(--hashtag-faded-color),
|
||||||
transparent min(160px, 50%)
|
transparent min(160px, 50%)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
.timeline-item-container:not(.timeline-item-container-start) & {
|
||||||
|
background: radial-gradient(
|
||||||
|
ellipse at 0 1.2em,
|
||||||
|
var(--hashtag-faded-color),
|
||||||
|
transparent max(160px, 50%)
|
||||||
|
);
|
||||||
|
background-size: 100% 3em;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.status-reply-to {
|
.status-reply-to {
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
|
|
Loading…
Add table
Reference in a new issue