fix(web): hr also in thread
This commit is contained in:
parent
fb02be2f44
commit
4af69caa52
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ fn FeedRecursive(tl: Timeline, root: String) -> impl IntoView {
|
|||
children=move |(id, obj)|
|
||||
view! {
|
||||
<div class="context depth-r">
|
||||
<Item item=obj replies=true slim=true />
|
||||
<Item item=obj replies=true slim=true sep=true />
|
||||
<div class="depth-r">
|
||||
<FeedRecursive tl=tl root=id />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue