From bce40be4720f1e414ff095253cac3de8d29490d6 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" <26071571+TGlide@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:40:56 +0100 Subject: [PATCH] styles --- src/app.css | 4 ++-- src/lib/components/ui/sidebar/sidebar-sidebar.svelte | 8 +++++++- src/routes/chat/+layout.svelte | 9 ++++----- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/app.css b/src/app.css index ae89590..9502f62 100644 --- a/src/app.css +++ b/src/app.css @@ -87,7 +87,7 @@ --sidebar-primary-foreground: oklch(1 0 0); --sidebar-accent: oklch(0.2337 0.0261 260); --sidebar-accent-foreground: oklch(0.9674 0.0013 250); - --sidebar-border: oklch(0 0 0); + --sidebar-border: oklch(0.3297 0.0294 237.7893); --sidebar-ring: oklch(0.5797 0.1194 237.7893); --radius: 0.5rem; --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05); @@ -317,7 +317,7 @@ } .modal-box { - @apply bg-background border-border col-start-1 row-start-1 max-h-screen w-11/12 max-w-[32rem] p-6; + @apply bg-background border-border col-start-1 row-start-1 max-h-screen w-11/12 max-w-[32rem] border p-6; transition: translate 0.3s ease-out, scale 0.3s ease-out, diff --git a/src/lib/components/ui/sidebar/sidebar-sidebar.svelte b/src/lib/components/ui/sidebar/sidebar-sidebar.svelte index e4e1167..37691cc 100644 --- a/src/lib/components/ui/sidebar/sidebar-sidebar.svelte +++ b/src/lib/components/ui/sidebar/sidebar-sidebar.svelte @@ -9,7 +9,13 @@ {#if sidebar.root.showSidebar} -
+
{@render children?.()}
{/if} diff --git a/src/routes/chat/+layout.svelte b/src/routes/chat/+layout.svelte index 18ce599..ffbfbe5 100644 --- a/src/routes/chat/+layout.svelte +++ b/src/routes/chat/+layout.svelte @@ -384,7 +384,7 @@
{#if page.params.id && currentConversationQuery.data} } />