fix: also hide more button in thread view
This commit is contained in:
parent
c9f09c3e35
commit
08b53bf416
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub fn TimelineReplies(tl: Timeline, root: String) -> impl IntoView {
|
|||
<div>
|
||||
<TimelineRepliesRecursive tl=tl root=root />
|
||||
</div>
|
||||
<div class="center mt-1 mb-1" >
|
||||
<div class="center mt-1 mb-1" class:hidden=tl.over >
|
||||
<button type="button"
|
||||
on:click=move |_| {
|
||||
spawn_local(async move {
|
||||
|
|
Loading…
Reference in a new issue