1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 02:00:10 +02:00

minor tweaks

This commit is contained in:
Kushagra Gour
2018-10-08 17:36:39 +05:30
parent c987dca6e9
commit 5142fbb88c
2 changed files with 2 additions and 1 deletions

View File

@@ -314,7 +314,7 @@ export default class ContentWrapFiles extends Component {
// Returns the sizes of main code & preview panes. // Returns the sizes of main code & preview panes.
getMainSplitSizesToApply() { getMainSplitSizesToApply() {
var mainSplitSizes; var mainSplitSizes;
const sidebarWidth = 160; const sidebarWidth = 200;
const { currentItem, currentLayoutMode } = this.props; const { currentItem, currentLayoutMode } = this.props;
if (false && currentItem && currentItem.mainSizes) { if (false && currentItem && currentItem.mainSizes) {
// For layout mode 3, main panes are reversed using flex-direction. // For layout mode 3, main panes are reversed using flex-direction.

View File

@@ -1612,6 +1612,7 @@ body:not(.is-app) .show-when-app {
.sidebar { .sidebar {
background-color: #1e1e2c; background-color: #1e1e2c;
height: 100%;
} }
.sidebar__file { .sidebar__file {