mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
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),
|
||||
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 {
|
||||
background: linear-gradient(
|
||||
|
|
Loading…
Add table
Reference in a new issue