You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The width property changes when $app.navbarCollapsed changes
and the CSS variables for the ShellSection takes only the first value of the navbar width:
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
Take the following
AppShell
component example:Lets focus on the Navbar configuration: (by default $app.navbarCollapsed is false), so the initial width is 250
The
width
property changes when$app.navbarCollapsed
changesand the CSS variables for the
ShellSection
takes only the first value of the navbar width:When
$app.navbarCollapsed
changes and the Navbar width changes the--svelteui-navbar-width
is not updated.There are some wrong with my configuration, or this is a really bug?
In which browser(s) did the problem occur?
Other - list in description
Steps To Reproduce
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Relevant Assets
bug.mp4
The text was updated successfully, but these errors were encountered: