fix: extra top spacing on xl for all routes
This commit is contained in:
parent
779fcf4177
commit
7c6a81961b
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import type { Status } from 'masto'
|
||||
const paginator = useMasto().timelines.iterateHome()
|
||||
const stream = useMasto().stream.streamUser()
|
||||
onBeforeUnmount(() => stream?.then(s => s.disconnect()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue