From 7b6d2056f17ee1bf996c2e93f2b1b1a22769ebba Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 9 Jan 2019 16:19:14 +0000 Subject: [PATCH] Fixed oversized sidebar --- openflexure_microscope/api/static/style_v1.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/api/static/style_v1.css b/openflexure_microscope/api/static/style_v1.css index 9c26272c..fa84ec8f 100644 --- a/openflexure_microscope/api/static/style_v1.css +++ b/openflexure_microscope/api/static/style_v1.css @@ -95,7 +95,7 @@ body { .capture { height: 75px; - width: 260px; + width: 240px; margin-bottom: 5px; background-color: #d3d3d3; display: flex;