From 647e4aa5ef90b762f785db67b89754f2381f3716 Mon Sep 17 00:00:00 2001 From: silberengel Date: Wed, 20 Aug 2025 17:55:32 +0200 Subject: [PATCH] fix formatting --- src/app.css | 7 ++++--- src/routes/+layout.svelte | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app.css b/src/app.css index c036bb1..c15dc2d 100644 --- a/src/app.css +++ b/src/app.css @@ -332,9 +332,10 @@ border-primary-200 has-[:hover]:border-primary-700; @apply dark:bg-primary-1000 dark:border-primary-800 dark:has-[:hover]:bg-primary-950 dark:has-[:hover]:border-primary-500; - max-width: 300px; - min-width: 200px; - overflow: hidden; + max-width: 450px; + min-width: 300px; + overflow-x: auto; + overflow-y: hidden; } /* Tooltip */ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d4ff137..0612dc6 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -181,7 +181,7 @@ -
+
{@render children()}