diff --git a/components/status/StatusBody.vue b/components/status/StatusBody.vue index 462e953d..5c8f169d 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.6 +const idealHeight = window.screen.height * 0.5 const root = ref(null) const { height } = useElementSize(root) const doCollapseLongStatus = ref(false) @@ -38,6 +38,7 @@ const vnode = computed(() => {