-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken styling for git-view if placed on the left of the status bar #65
Comments
@UmkaDK Could you provide a screenshot? |
Sure thing, will do! But I'm away at the moment, so it might take me a few hours... Would tomorrow be ok? |
Got back a bit earlier then expected, so ... There are three screen shots attached to this post:
Broken Styling: Locally, I managed to fix the issue by adding this to my
|
@UmkaDK How’s your issue going with latest update? |
@UmkaDK That’s weird. Maybe you can answer these questions for me.
|
Sorry for a bit of a terse reply. A little bit swamped with work at the moment. If there is anything else I can do, please let me know. It might take me a day or two to reply but I'm happy to help. |
Just thought I would update this for the latest Atom / Native-UI:
As mentioned in the original message (at the top), dragging github status display to the left of the status bar (inside .status-bar-left) breaks some of the styling, ie: Adding the following CSS to your
and updates github status display to look like: |
@UmkaDK Finally fixed this. Can you confirm with version 0.26.2 of Native UI that this solves your problem? It didn’t make sense to scope the styling to |
@fv0, almost there!! :) The colours are now spot on, the text is readable, everything works good. The only problem is the padding: there is too much of it on the left and not enough on the right, see attached screen shot: |
I'm using
move-status-items
plugin and noticed that dragging.git-view
on to the left of the status bar (inside.status-bar-left
) breaks a lot of the styling.Would be nice if .git-view could be placed on either side of the status bar...
The text was updated successfully, but these errors were encountered: