forked from AkkomaGang/akkoma-fe
fix accidentally removed borders in timeline views
This commit is contained in:
parent
153c4d251f
commit
fb317f2907
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@
|
||||||
.thread-ancestor-has-other-replies .conversation-status,
|
.thread-ancestor-has-other-replies .conversation-status,
|
||||||
.thread-ancestor:last-child .conversation-status,
|
.thread-ancestor:last-child .conversation-status,
|
||||||
.thread-ancestor:last-child .thread-ancestor-dive-box,
|
.thread-ancestor:last-child .thread-ancestor-dive-box,
|
||||||
& .conversation-status:last-child {
|
&:last-child .conversation-status {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue