-
Notifications
You must be signed in to change notification settings - Fork 146
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
chore: improve display of lock screen, closes #4606 #4716
Conversation
237fa51
to
c53f56c
Compare
@@ -26,7 +26,9 @@ export function TwoColumnLayout({ | |||
gap="space.07" | |||
mx={['auto', 'space.03', 'space.03', 'space.03']} | |||
> | |||
<styled.div maxWidth="440px">{leftColumn}</styled.div> | |||
<styled.div minWidth="440px" maxWidth="440px" textAlign="left"> |
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.
Would setting the min and max width here as the same be just a fixed width of 440px
? 🤔
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.
Thanks @fbwoolf 🤦 the worst part is I saw this but thought I was avoiding a set width. I'll update it
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 would suggest another improvement would be not having the button jump position when a validation error is shown
c53f56c
to
e520cea
Compare
e520cea
to
ea7cdbe
Compare
Mmm, forgot some of the lock screen issues will've been fixed here |
Did you want to release this? I can do another release. This is just some minor visual tweaks |
It's been released already so why not! |
This PR adds some improvements to the UI of:
Kapture.2023-12-18.at.12.28.48.mp4