From 1b9e581e9028767fe49656fd36fce25477e5bce0 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Sun, 15 Apr 2018 01:30:42 -0400 Subject: [PATCH] Show lightbox image as large as possible --- ts/components/Lightbox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/Lightbox.tsx b/ts/components/Lightbox.tsx index 066c77169..401a509fb 100644 --- a/ts/components/Lightbox.tsx +++ b/ts/components/Lightbox.tsx @@ -24,6 +24,7 @@ const styles = { padding: 40, } as React.CSSProperties, objectContainer: { + flexGrow: 1, display: 'inline-flex', justifyContent: 'center', } as React.CSSProperties,