tg app fix sizes

This commit is contained in:
xds
2025-10-27 22:41:08 +03:00
parent ddd1097b15
commit 988a7bf4d0
2 changed files with 3 additions and 3 deletions

View File

@@ -95,11 +95,11 @@ onBeforeUnmount(() => {
<template>
<!-- {{platform}}-->
<!-- {{['ios', 'android'].includes(platform) }}-->
<div class="flex flex-col tg " :class="['ios', 'android'].includes(platform) ? '!pt-10' : '!pt-1'">
<div class="flex flex-col tg " :class="['ios', 'android'].includes(platform) ? '!pt-10' : ''">
<SpaceList v-if="isSpaceSelected" @space-selected="spaceSelected" />
<div v-else class="flex flex-col w-full gap-4">
<div class="w-full flex flex-row items-end justify-end pt-4 pe-4">
<div class="w-full flex flex-row items-end justify-end pt-1 pe-4">
<Toolbar />
</div>

View File

@@ -24,7 +24,7 @@ const mode = computed(() => {
const recurrentCategory = ref<Category>({})
const recurrentName = ref<string>()
const recurrentAmount = ref<number>(0)
const recurrentDate = ref<number>(Math.floor(Math.random() * 31) + 1)
const recurrentDate = ref<number>(Math.floor(Math.random() * 31) )
const fetchData = async () => {