1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +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 title
export let fillWidth export let fillWidth
export let left = "334px" export let left = "314px"
export let width = "calc(100% - 616px)" export let width = "calc(100% - 576px)"
let visible = false let visible = false