fix height issue

This commit is contained in:
Julian Krauser 2025-01-23 11:55:28 +01:00
parent 0492100ef7
commit 20190bdb49

View file

@ -6,8 +6,8 @@
</div> </div>
</template> </template>
<template #diffMain> <template #diffMain>
<div class="h-full flex flex-col gap-4 px-7 overflow-hidden"> <div class="h-full flex flex-col px-7 overflow-hidden">
<div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-md"> <div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-t-md">
<div class="flex flex-row justify-between border-b-2 border-gray-300"> <div class="flex flex-row justify-between border-b-2 border-gray-300">
<h1 class="text-xl font-semibold">Client</h1> <h1 class="text-xl font-semibold">Client</h1>
<p>V{{ clientVersion }}</p> <p>V{{ clientVersion }}</p>
@ -28,7 +28,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-md"> <div class="h-1/2 flex flex-col gap-2 p-2 border border-gray-300 rounded-b-md">
<div class="flex flex-row justify-between border-b-2 border-gray-300"> <div class="flex flex-row justify-between border-b-2 border-gray-300">
<h1 class="text-xl font-semibold">Server</h1> <h1 class="text-xl font-semibold">Server</h1>
<p>V{{ serverVersion }}</p> <p>V{{ serverVersion }}</p>