From 5142fbb88ce3e7617d964eac0f76749a44707288 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 8 Oct 2018 17:36:39 +0530 Subject: [PATCH] minor tweaks --- src/components/ContentWrapFiles.jsx | 2 +- src/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ContentWrapFiles.jsx b/src/components/ContentWrapFiles.jsx index ec1fb80..841f4a4 100644 --- a/src/components/ContentWrapFiles.jsx +++ b/src/components/ContentWrapFiles.jsx @@ -314,7 +314,7 @@ export default class ContentWrapFiles extends Component { // Returns the sizes of main code & preview panes. getMainSplitSizesToApply() { var mainSplitSizes; - const sidebarWidth = 160; + const sidebarWidth = 200; const { currentItem, currentLayoutMode } = this.props; if (false && currentItem && currentItem.mainSizes) { // For layout mode 3, main panes are reversed using flex-direction. diff --git a/src/style.css b/src/style.css index 9f55e01..a57c354 100644 --- a/src/style.css +++ b/src/style.css @@ -1612,6 +1612,7 @@ body:not(.is-app) .show-when-app { .sidebar { background-color: #1e1e2c; + height: 100%; } .sidebar__file {