Created
January 27, 2017 03:45
-
-
Save d-levin/e668d067aaa4404028916506d309f2d0 to your computer and use it in GitHub Desktop.
A way to make notifications in Atom less intrusive
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
/* | |
* The following has been tested to work in Atom v1.13.1 x64 | |
* Add the styles to styles.less accessible from Atom -> Stylesheet... | |
*/ | |
atom-notification { | |
height: 32px !important; | |
width: 32px !important; | |
} | |
atom-notification:hover { | |
height: auto !important; | |
width: auto !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment