Spaces:
Build error
Build error
mobile
Browse files
src/lib/components/Playground/Playground.svelte
CHANGED
@@ -194,7 +194,7 @@
|
|
194 |
{/if}
|
195 |
|
196 |
<div
|
197 |
-
class="w-dvh maxdivide-gray-200 grid overflow-hidden max-md:
|
198 |
>
|
199 |
<div class="relative flex flex-col overflow-y-auto px-5 pb-24 pt-7">
|
200 |
<div class="pb-2 text-sm font-semibold">SYSTEM</div>
|
@@ -261,7 +261,7 @@
|
|
261 |
{/each}
|
262 |
</div>
|
263 |
<div
|
264 |
-
class="inset-x-0 bottom-0 flex h-20 items-center gap-2 overflow-hidden whitespace-nowrap px-5 md:absolute"
|
265 |
>
|
266 |
<button
|
267 |
type="button"
|
|
|
194 |
{/if}
|
195 |
|
196 |
<div
|
197 |
+
class="w-dvh maxdivide-gray-200 grid overflow-hidden max-md:divide-y md:h-dvh md:grid-cols-[clamp(250px,25%,320px),minmax(0,1fr),clamp(270px,25%,300px)] md:divide-x dark:divide-gray-800 dark:bg-gray-900 dark:text-gray-300"
|
198 |
>
|
199 |
<div class="relative flex flex-col overflow-y-auto px-5 pb-24 pt-7">
|
200 |
<div class="pb-2 text-sm font-semibold">SYSTEM</div>
|
|
|
261 |
{/each}
|
262 |
</div>
|
263 |
<div
|
264 |
+
class="fixed inset-x-0 bottom-0 flex h-20 items-center gap-2 overflow-hidden whitespace-nowrap px-5 md:absolute"
|
265 |
>
|
266 |
<button
|
267 |
type="button"
|