Last active
August 14, 2017 13:24
-
-
Save qqpann/9a9d40b103cb0258065cee5e17c8a5b8 to your computer and use it in GitHub Desktop.
Atomのウィンドウサイズ、プロジェクトツリーのサイズを固定する ref: http://qiita.com/Qiuqiu/items/994c52202bb84f8e6835
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atom.setSize(900, 800) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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