Fix drawer width and left offset
This commit is contained in:
parent
9c7263dae9
commit
b484c1c737
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue