update multiplier
This commit is contained in:
parent
e5b11620e8
commit
39d3bcbd26
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const {
|
||||||
|
|
||||||
const { translation } = useTranslation(status, getLanguageCode())
|
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 root = ref<HTMLElement | null>(null)
|
||||||
const { height } = useElementSize(root)
|
const { height } = useElementSize(root)
|
||||||
const doCollapseLongStatus = ref(false)
|
const doCollapseLongStatus = ref(false)
|
||||||
|
|
Loading…
Reference in a new issue