Skip to content

Instantly share code, notes, and snippets.

@qqpann
Last active August 14, 2017 13:24
Show Gist options
  • Save qqpann/9a9d40b103cb0258065cee5e17c8a5b8 to your computer and use it in GitHub Desktop.
Save qqpann/9a9d40b103cb0258065cee5e17c8a5b8 to your computer and use it in GitHub Desktop.
Atomのウィンドウサイズ、プロジェクトツリーのサイズを固定する ref: http://qiita.com/Qiuqiu/items/994c52202bb84f8e6835
atom.setSize(900, 800)
atom-panel-container .left {
max-width: 100px !important;
}
.atom-dock-resize-handle.left.atom-dock-resize-handle-resizable {
width: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment