1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

Fix drawer width and left offset

This commit is contained in:
Andrew Kingston 2022-07-01 15:03:57 +01:00
parent 9c7263dae9
commit b484c1c737

View file

@ -6,8 +6,8 @@
export let title
export let fillWidth
export let left = "334px"
export let width = "calc(100% - 616px)"
export let left = "314px"
export let width = "calc(100% - 576px)"
let visible = false