Lighter sidebars.

This commit is contained in:
Lars Jung 2016-08-09 03:06:50 +02:00
parent 4130f7a6fd
commit d20d1e8b2c
2 changed files with 2 additions and 5 deletions

View file

@ -3,8 +3,7 @@
flex: 0 0 auto;
order: 99;
padding: 16px;
border-left: 1px solid @col-border;
padding: 16px 16px 16px 48px;
white-space: nowrap;
overflow-x: hidden;
width: 240px;

View file

@ -3,9 +3,7 @@
flex: 0 0 auto;
order: 1;
padding: 16px 16px 16px 8px;
background: @col-back-panel;
border-right: 1px solid @col-border;
padding: 16px 48px 16px 8px;
white-space: nowrap;
max-width: 250px;
overflow-x: hidden;