From cbbb529fcaa9200ceb4850b9e79ac959d9528f4e Mon Sep 17 00:00:00 2001 From: simurai Date: Thu, 20 Nov 2014 20:49:27 +0900 Subject: [PATCH] Make resize handle a bit smaller Leaves more room for dragging the scrollbar. See https://github.com/atom/tree-view/issues/255 --- stylesheets/tree-view.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/tree-view.less b/stylesheets/tree-view.less index fa03ea0b..718b2bd7 100644 --- a/stylesheets/tree-view.less +++ b/stylesheets/tree-view.less @@ -10,6 +10,12 @@ } } +.tree-view-resizer { + .tree-view-resize-handle { + width: 8px; + } +} + .focusable-panel { opacity: 1; background: #303030;