fix layout bug in time view with small time entries, fixes ST-414

This commit is contained in:
Gregor Vostrak
2024-09-07 00:47:28 +02:00
committed by Constantin Graf
parent b391f47d1b
commit 3b41d90b07
7 changed files with 51 additions and 45 deletions

View File

@@ -101,13 +101,16 @@ const showFreeUpgradeBanner = computed(
<MainContainer class="flex items-center justify-between">
<div class="flex items-center space-x-1.5">
<XCircleIcon class="w-4 text-white/50"></XCircleIcon>
<span class="font-medium">
Your are currently using the Free Plan.
</span>
<span
>To unlock all premium features & support the development of
solidtime, please upgrade your plan.</span
>
<div class="flex items-center flex-col md:flex-row">
<span class="font-medium">
You are currently using the Free Plan.
</span>
<span
>To unlock all premium features & support the
development of solidtime, please upgrade your
plan.</span
>
</div>
</div>
<div class="flex items-center space-x-2">
<Link