feat(ui): use 2 column layout
This commit is contained in:
parent
a05545c78a
commit
807cb4349d
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ function searchResources() {
|
||||||
<div>If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select
|
<div>If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
18 (default).</div>
|
18 (default).</div>
|
||||||
<div class="flex flex-col gap-6 pt-8">
|
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6 pt-8">
|
||||||
<div class="gap-2 coolbox group flex relative"
|
<div class="gap-2 coolbox group flex relative"
|
||||||
:class="{ 'cursor-pointer': !selecting, 'cursor-not-allowed opacity-50': selecting }"
|
:class="{ 'cursor-pointer': !selecting, 'cursor-not-allowed opacity-50': selecting }"
|
||||||
x-on:click="!selecting && (selecting = true, $wire.setPostgresqlType('postgres:18-alpine'))"
|
x-on:click="!selecting && (selecting = true, $wire.setPostgresqlType('postgres:18-alpine'))"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue