diff --git a/components/status/StatusBody.vue b/components/status/StatusBody.vue index 5c8f169d..371f9035 100644 --- a/components/status/StatusBody.vue +++ b/components/status/StatusBody.vue @@ -13,7 +13,7 @@ const { const { translation } = useTranslation(status, getLanguageCode()) -const idealHeight = window.screen.height * 0.5 +const idealHeight = window.screen.height * 0.51 const root = ref(null) const { height } = useElementSize(root) const doCollapseLongStatus = ref(false)