Skip to content

Instantly share code, notes, and snippets.

@d-levin
Created January 27, 2017 03:45
Show Gist options
  • Save d-levin/e668d067aaa4404028916506d309f2d0 to your computer and use it in GitHub Desktop.
Save d-levin/e668d067aaa4404028916506d309f2d0 to your computer and use it in GitHub Desktop.
A way to make notifications in Atom less intrusive
/*
* 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