mirror of
https://github.com/atom/atom.git
synced 2026-02-10 06:35:00 -05:00
Fix up dragging and leave an indent on left panels
This commit is contained in:
@@ -88,3 +88,25 @@ 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.left {
|
||||
padding-top: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user