fix(web): hr also in thread

This commit is contained in:
əlemi 2024-07-06 04:58:50 +02:00
parent fb02be2f44
commit 4af69caa52
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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>