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