From 291e11fecfc7908120bbaaaff0917cd689a62d8f Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Wed, 17 Jan 2018 12:21:36 +0100 Subject: [PATCH] update style --- src/interface/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface/index.js b/src/interface/index.js index 58affe2..6cec528 100644 --- a/src/interface/index.js +++ b/src/interface/index.js @@ -50,9 +50,9 @@ const styles = { settingsBar: { display: 'flex', flexDirection: 'column', - maxWidth: '380px', + maxWidth: '320px', boxSizing: 'border-box', - padding: '10px', + padding: '10px 20px', backgroundColor: 'white', borderLeft: `1px solid ${grey300}` },