Skip to content

Instantly share code, notes, and snippets.

@notwaldorf
Last active August 29, 2015 14:06
Show Gist options
  • Save notwaldorf/b71db5bb18edaa5692ff to your computer and use it in GitHub Desktop.
Save notwaldorf/b71db5bb18edaa5692ff to your computer and use it in GitHub Desktop.
atom done gone crazy with the styles
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(windowWillClose:)
name:NSWindowWillCloseNotification
object:self.window];
.notification.cocoa {
position: relative;
top: 0;
left: 0;
margin-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment