-
Notifications
You must be signed in to change notification settings - Fork 1
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
Finish aligning app to design mockups #148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor comments, otherwise lgtm!
Still seeing the issue with the file details right panel, but assuming that is a separate ticket
margin: calc(var(--margin) / 2) calc(var(--margin) / 4); | ||
padding: 3px 6px 6px 6px; | ||
margin: 6px 0; | ||
padding: 3px 6px 10px 6px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I too wasn't sure about this, but it is in the spec so I went with it - I'll check in with Lyndsay and see
@@ -27,16 +30,16 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ummmm idk why there are even up and down arrows for you... what browser is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chrome!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird hopefully just a Windows thing... I'm going to try to remove with an overflow attribute but I'll add an issue to do some extensive browser and os testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -8,19 +8,24 @@ | |||
background-color: var(--highlight-background-color); | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this cover "Collapsed query state styling should be improved" addressed? It seems very similar to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep - see the figma design here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
This changeset is intended to finish aligning the application with the style guide Lyndsay laid out for us including a few adjustments. Here is what was done:
Testing
Tested locally on web and desktop
Related Issue
Resolves #139
Preview
Check it out on my workstation here