fix: extra top spacing on xl for all routes

This commit is contained in:
patak 2023-01-06 11:52:58 +01:00
parent 779fcf4177
commit 7c6a81961b
4 changed files with 4 additions and 4 deletions

View file

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