-
Notifications
You must be signed in to change notification settings - Fork 11
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
UI style adaptions #269
UI style adaptions #269
Conversation
968670f
to
4b97da1
Compare
ce4bdf9
to
79717cf
Compare
ccab322
to
157b164
Compare
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.
Lots of changes.
I hope I found the things that are to be found but I would say someone else should try everything out, too, to be safe.
.page#remove-key .page-body { | ||
display: flex; | ||
flex-flow: row wrap; | ||
justify-content: center; | ||
} | ||
|
||
.page#remove-key .page-footer button { | ||
margin-top: 0; | ||
width: calc(100% - 7rem); | ||
margin: 3.5rem auto 3rem; |
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.
remind me to change this in the passwordBox update transition ;)
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.
@Bettelstab without a reproducable set of steps to create this situation, it's really not that helpful. I have tried for 15 minutes now to get what you are seeing, but I cannot. Are you sure you where up-to-date in the commits and ran |
http://drive.nim.team/s/BY4sRwXn6kLcH3R |
The specificity in nimiq-styles is not sufficient.
The word import style issues seems to be happening when cutting a word from it's input, yes? E.g. with CTRL+X. This does not happen in my Chrome (Fedora), so this might be an issue specific to MacOS not sending an |
5fc960d
to
2ea61db
Compare
@Bettelstab input field style problem is tracked in #279. |
Implements various style adaptions from nimiq/hub#182.