fix(ui-shell): do not unset Content left margin for rail SideNav (#1462)

Fixes #1459
This commit is contained in:
metonym 2022-08-23 07:57:56 -07:00 committed by GitHub
commit 5bafda10f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

View file

@ -3,3 +3,5 @@ import { writable } from "svelte/store";
export const shouldRenderHamburgerMenu = writable(false);
export const isSideNavCollapsed = writable(false);
export const isSideNavRail = writable(false);