mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
e663b04761
commit
10bcf99205
8 changed files with 41 additions and 9 deletions
|
|
@ -20,7 +20,8 @@
|
|||
}
|
||||
|
||||
.thread-line {
|
||||
.timeline-item::before {
|
||||
.timeline-item::before,
|
||||
&.timeline-item::before {
|
||||
background: $accent_dark;
|
||||
content: '';
|
||||
position: relative;
|
||||
|
|
@ -31,6 +32,8 @@
|
|||
margin-left: -3px;
|
||||
margin-bottom: 37px;
|
||||
top: 56px;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.unavailable::before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue