small fixes

This commit is contained in:
klemek
2025-02-21 23:02:14 +01:00
parent 360145d1bf
commit 85ca43a87c
+7 -3
View File
@@ -32,7 +32,7 @@
style="display: none" style="display: none"
class="flex flex-col lg:flex-row h-screen w-full gap-6 p-6 max-h-screen" class="flex flex-col lg:flex-row h-screen w-full gap-6 p-6 max-h-screen"
> >
<div class="flex flex-col h-full gap-6 min-w-64"> <div class="flex flex-col h-full gap-6 lg:min-w-60 xl:min-w-100">
<div class="p-3 bg-base-200 rounded-box"> <div class="p-3 bg-base-200 rounded-box">
<div class="font-title font-black leading-none text-2xl"> <div class="font-title font-black leading-none text-2xl">
Meeting Roulette Meeting Roulette
@@ -124,7 +124,10 @@
</button> </button>
</div> </div>
<div <div
class="hidden lg:block p-3 bg-base-200 rounded-box stats stats-vertical" class="hidden lg:block p-3 bg-base-200 rounded-box"
>
<div
class="stats stats-vertical w-full"
> >
<div class="stat"> <div class="stat">
<div class="stat-title">Meeting duration so far</div> <div class="stat-title">Meeting duration so far</div>
@@ -154,6 +157,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="hidden lg:block grow"></div> <div class="hidden lg:block grow"></div>
<div class="hidden lg:block p-3 bg-base-200 rounded-box"> <div class="hidden lg:block p-3 bg-base-200 rounded-box">
<div class="dropdown dropdown-top w-full"> <div class="dropdown dropdown-top w-full">
@@ -260,7 +264,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="flex flex-col min-w-64 h-full gap-6"> <div class="flex flex-col lg:min-w-60 xl:min-w-100 h-full gap-6">
<textarea <textarea
v-model="rawData" v-model="rawData"
class="grow w-full bg-base-200 min-h-64 textarea rounded-box resize-none" class="grow w-full bg-base-200 min-h-64 textarea rounded-box resize-none"