update multiplier

This commit is contained in:
Ayo Ayco 2025-03-01 16:39:14 +01:00
parent e5b11620e8
commit 39d3bcbd26

View file

@ -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<HTMLElement | null>(null)
const { height } = useElementSize(root)
const doCollapseLongStatus = ref(false)