From d1348b7868dc117c2cfe9a1c507824dfea080328 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 30 Dec 2015 13:30:22 -0800 Subject: [PATCH] -webkit-app-region doesn't actually do anything because we're not frameless --- static/panes.less | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/static/panes.less b/static/panes.less index 95d055b6e..fc322c181 100644 --- a/static/panes.less +++ b/static/panes.less @@ -90,20 +90,8 @@ atom-pane-container { } .platform-darwin { - body { - -webkit-app-region: drag; - - .tool-panel { - -webkit-app-region: no-drag; - } - - .tab { - -webkit-app-region: no-drag; - } - - editor { - -webkit-app-region: no-drag; - } + atom-panel-container.left:empty + atom-workspace-axis.vertical .tab-bar { + padding-left: 100px; } atom-panel.left {