Compare commits

...

2 commits

Author SHA1 Message Date
1370759ff2 Merge remote-tracking branch 'refs/remotes/origin/BKCH' into BKCH 2025-06-19 00:14:32 +08:00
e8e0255878 padding send 2025-06-19 00:10:06 +08:00

View file

@ -15,8 +15,8 @@
<body class="m-0 w-dvw h-dvh bg-zinc-800 grid place-center"> <body class="m-0 w-dvw h-dvh bg-zinc-800 grid place-center">
<div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]"> <div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]">
<button class="h-1/20 w-full text-zinc-200 border-2 rounded" id="send">Send</button> <button class="h-1/20 w-full text-zinc-200 border-2 rounded my-[25px]" id="send">Send</button>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2 bg-zinc-700 px-2 overflow-auto h-19/20 box-border" <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2 bg-zinc-700 px-2 overflow-auto h-[calc(95dvh-50px)] box-border"
id="verix_container"> id="verix_container">
</div> </div>
</div> </div>