fix: also hide more button in thread view

This commit is contained in:
əlemi 2024-04-25 03:20:54 +02:00
parent c9f09c3e35
commit 08b53bf416
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

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