-
Notifications
You must be signed in to change notification settings - Fork 37
Request: Change position of notifications #93
Comments
This might be possible by moving it into You could move the notifications to the left with adding the following to your atom-notifications {
left: 0;
right: auto;
} Then the notifications don't cover the tree-view anymore. |
Okay I agree that making the notification seem relevant only to the current editor can be confusing. I added your snippet to the styles.less file and flying with this for now. Added some top margin to clear tab bar :-) (By the way is that the tool-bar package in your screenshot?) |
There is the
Yes, plus https://atom.io/packages/flex-tool-bar to make it easy to add custom buttons. |
Thanks. Where can I get a list with these veriables. Maybe theres a |
Unfortunately not.. only these are officially available: https://github.com/atom/atom/blob/master/static/variables/ui-variables.less |
Yep, just found it myself. This might be relevant too: atom/tree-view#520 |
+1 Really would like to anchor the notifications to the bottom right... |
+1 for bottom right |
1 similar comment
+1 for bottom right |
I got the notifications set to the bottom right by updating the styles.less file with this:
|
Moving to the bottom would cover panels like find + replace or linter etc.
Might still be the best option. |
Notifications were appearing over the file tabs for me, making me dismiss them before I could change tab. Quite annoying, so definitely vote for moving to bottom right. Or maybe bottom and whatever side the tree view is not on? |
This has moved down slightly in 4c2b349 to not hit the tab area on the default themes. |
There should be an option to customize the anchor of the notifications. Maybe vanilla atom doesn't have this problem but with the changes to the editor that i made, the notifications look like this:
(Overlaping scroll bar, tree-view and tab bar)
I'd much prefer this:
(Anchor top right of
text-editor
class).The text was updated successfully, but these errors were encountered: