From e534472ecfc82ee8495a15bf6f8db2ea1186ff44 Mon Sep 17 00:00:00 2001 From: Devin Abbott Date: Wed, 25 May 2016 16:09:04 -0700 Subject: [PATCH] [update] Lightbox: add width, so it appears even if align-items center. --- .deco/official/Lightbox.jsx.deco | 26 ++++++++++++++++++++------ official/Lightbox.jsx | 5 ++++- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/.deco/official/Lightbox.jsx.deco b/.deco/official/Lightbox.jsx.deco index 4dac52f..e5d92e5 100644 --- a/.deco/official/Lightbox.jsx.deco +++ b/.deco/official/Lightbox.jsx.deco @@ -3,18 +3,32 @@ { "range": { "from": { - "line": 2, - "ch": 20 + "line": 3, + "ch": 14 }, "to": { - "line": 2, - "ch": 23 + "line": 3, + "ch": 17 } }, "type": "number", "name": "Height", - "max": 600, - "group": "IMAGE" + "max": 600 + }, + { + "range": { + "from": { + "line": 4, + "ch": 13 + }, + "to": { + "line": 4, + "ch": 16 + } + }, + "type": "number", + "name": "Width", + "max": 600 } ] } \ No newline at end of file diff --git a/official/Lightbox.jsx b/official/Lightbox.jsx index c8d1141..b3f0a70 100755 --- a/official/Lightbox.jsx +++ b/official/Lightbox.jsx @@ -1,6 +1,9 @@ \ No newline at end of file