From 8ed40ee71b5b81b9414d20ca2d3719d4b311ebd2 Mon Sep 17 00:00:00 2001 From: cheskoxd Date: Wed, 20 Aug 2025 20:01:43 -0500 Subject: [PATCH] fix(InstanceLayout): truncate instance name if too long --- .../instances/[instanceId]/+layout.svelte | 53 ++++++++++--------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte b/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte index 0caa71c8..e866e7fe 100644 --- a/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte +++ b/packages/dashboard/src/routes/(app)/instances/[instanceId]/+layout.svelte @@ -96,33 +96,38 @@
-
-
- - - -

- {$instance.subdomain} {#if $instance.dev} - - 🚧 - - {/if} -

+
+
+ + - -
+ +

+ {$instance.subdomain} + {#if $instance.dev} + + 🚧 + + {/if} +

+
+ + +
+
+ {#if sidebarOpen && window.innerWidth < 768}