-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add button for printing secretkey backup sheet #1146
base: master
Are you sure you want to change the base?
Conversation
@ebma How about this? I touch of color wouldn't hurt, but might look a little bit more balanced already. |
Hmm I guess it does not look so 'harsh' this way. I have to have a look if I can rotate 'Public Key' and 'Secret Key' to point upwards, IIRC I used some css attribute which worked better when rotating downwards like I did. Of course I can also do some fiddling with css-transform and stuff but do you have any hard feelings on the rotation here? |
No really hard feelings, just felt more natural to me that way. Btw, wouldn't a simple |
The problem is that only the content that is on-screen will be printed and if the phone is in portrait mode the qr codes are cut off because the layout is for landscape mode Adjusting the width works around this issue
This will align the printed content more at the center of the paper
6e4d929
to
8fd69cb
Compare
Adds a "Print" button to the secret-key export dialog. On 'initial-backup' the button is shown in the actions box next to the "Done" button and on default export it is shown next to the title of the inline dialog.
Closes #708.
on iOS:
on Android:
in electron: