1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Fix drawer width and left offset

This commit is contained in:
Andrew Kingston 2022-07-01 15:03:57 +01:00
parent 3dfcb48215
commit e4facbe9f3

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