Skip to content
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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Set page orientation for printing to landscape
  • Loading branch information
ebma committed Nov 9, 2020
commit d70c25a86c061f711c47ed3053a53143549b44e1
6 changes: 6 additions & 0 deletions src/App/css/base-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ body,
padding: 0;
}

@media print {
@page {
size: A4 landscape;
}
}

body {
background-color: white;
color: rgba(0, 0, 0, 0.87);
Expand Down