From 43f33c69ca0496e84c50a89b2e24f58720467e78 Mon Sep 17 00:00:00 2001 From: woustachemax Date: Mon, 10 Nov 2025 18:44:00 -0800 Subject: [PATCH] fix: resolve syntax error in BaseNavbar (#2541) --- src/lib/components/navbar.svelte | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte index 51ed33e439..f2a2a73c55 100644 --- a/src/lib/components/navbar.svelte +++ b/src/lib/components/navbar.svelte @@ -123,6 +123,7 @@ + @@ -195,6 +196,14 @@ + + Docs + @@ -392,15 +401,12 @@ } } - /* The default drop list has a max-inline width of 280px, which squeezes the support modal. */ :global(.extended-width) { max-inline-size: none; - - /* `desltop` is not a typo—it comes from the `pink2/legacy` module! */ inline-size: var(--p-drop-width-size-desltop); } :global(.keepTransformTransition span) { transition: transform 0.2s ease-out !important; } - + \ No newline at end of file