mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 04:13:02 +00:00
fix(ui-shell): remove Content
left margin if SideNav
is collapsed (#1428)
Fixes #1145 Alternative to #1406
This commit is contained in:
parent
df0e68a541
commit
fd42cb3891
4 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const shouldRenderHamburgerMenu = writable(false);
|
||||
|
||||
export const isSideNavCollapsed = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue