From d3812ff2c741bcd420495a1ca116ca451a5ab0ea Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 11 Oct 2016 18:05:23 +0200 Subject: [PATCH] Default width of main column to 50% This will later be controled by draggin the col-splitter --- src/styles/_base.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_base.sass b/src/styles/_base.sass index 8e00ccc..918645d 100644 --- a/src/styles/_base.sass +++ b/src/styles/_base.sass @@ -57,6 +57,7 @@ nav.sidebar #col_main background-color: white border-right: thin solid $color-background-dark + width: 50% // gets overriden by JS, dragging the col-splitter #col_right background-color: $color-background-light