From a97cc605f742d02b423a58aec8998e7a33f95868 Mon Sep 17 00:00:00 2001 From: sukuwc Date: Tue, 10 Feb 2026 15:29:14 +0100 Subject: [PATCH] Fix responsive breakpoints for web component deployment Replace CSS @media queries with @container queries so breakpoints respond to the component's container width instead of the viewport, which doesn't work when embedded as a web component. Co-Authored-By: Claude Opus 4.6 --- src/lib/components/tree/ProfileCloudTreeItem.svelte | 3 ++- src/routes/BrowserLayout.svelte | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lib/components/tree/ProfileCloudTreeItem.svelte b/src/lib/components/tree/ProfileCloudTreeItem.svelte index afb4fd4..ae32a49 100644 --- a/src/lib/components/tree/ProfileCloudTreeItem.svelte +++ b/src/lib/components/tree/ProfileCloudTreeItem.svelte @@ -97,6 +97,7 @@