This commit is contained in:
Timothy Jaeryang Baek 2025-09-15 13:43:05 -05:00
parent fb02ec52a5
commit 879778361d
2 changed files with 4 additions and 4 deletions

View file

@ -205,7 +205,7 @@
</script> </script>
<div <div
class=" w-full h-full relative flex flex-col bg-gray-50 dark:bg-gray-850" class=" w-full h-full relative flex flex-col bg-white dark:bg-gray-850"
id="artifacts-container" id="artifacts-container"
> >
<div class="w-full h-full flex flex-col flex-1 relative"> <div class="w-full h-full flex flex-col flex-1 relative">

View file

@ -205,7 +205,7 @@
{#if $showControls} {#if $showControls}
<PaneResizer <PaneResizer
class="relative flex w-2 items-center justify-center bg-background group" class="relative flex w-2 items-center justify-center bg-white dark:bg-gray-850 border-l border-gray-100 dark:border-gray-850 group"
id="controls-resizer" id="controls-resizer"
> >
<div class="z-10 flex h-7 w-5 items-center justify-center rounded-xs"> <div class="z-10 flex h-7 w-5 items-center justify-center rounded-xs">
@ -236,14 +236,14 @@
showControls.set(false); showControls.set(false);
}} }}
collapsible={true} collapsible={true}
class=" z-10 " class=" z-10 bg-white dark:bg-gray-850"
> >
{#if $showControls} {#if $showControls}
<div class="flex max-h-full min-h-full"> <div class="flex max-h-full min-h-full">
<div <div
class="w-full {($showOverview || $showArtifacts) && !$showCallOverlay class="w-full {($showOverview || $showArtifacts) && !$showCallOverlay
? ' ' ? ' '
: 'px-4 py-4 bg-white dark:shadow-lg dark:bg-gray-850 border border-gray-100 dark:border-gray-850'} z-40 pointer-events-auto overflow-y-auto scrollbar-hidden" : 'pl-3 pr-4 py-4 bg-white dark:shadow-lg dark:bg-gray-850 '} z-40 pointer-events-auto overflow-y-auto scrollbar-hidden"
id="controls-container" id="controls-container"
> >
{#if $showCallOverlay} {#if $showCallOverlay}