From 73d0b3ffa70ab2e1f367830a901c425e52cc2647 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 20 Nov 2018 16:23:05 +0000 Subject: [PATCH] Slightly less bad on mobile, clarify printing instructions for Android --- passmate.css | 2 +- passmate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/passmate.css b/passmate.css index e70432a..d3c5ee3 100644 --- a/passmate.css +++ b/passmate.css @@ -69,7 +69,7 @@ overview { } overview > blurb { - max-width: 30em; + max-width: 40em; } overview > owner { diff --git a/passmate.js b/passmate.js index a441220..42de68b 100644 --- a/passmate.js +++ b/passmate.js @@ -54,7 +54,7 @@ class PassMate { this.ownerOut.innerText = this.ownerIn.innerText; }); - this.addElement('blurb', overview, 'The book needs to be printed two-sided to make sense; you need to use a printer that supports that. The book uses 14 sheets of paper and provides 260 unique passwords, organized into groups of 10 by first letter of website name.'); + this.addElement('blurb', overview, 'You need a printer that supports printing two-sided for the book to make sense. Print with the following options: Paper size: Letter, Layout/Orientation: Landscape, Two-sided: Long edge (or just enabled). The book uses 14 sheets of paper and provides 260 unique passwords, organized into groups of 10 by first letter of website name.'); let print = this.addElement('blurb', overview, 'You can print the book now by clicking here.'); print.style.fontWeight = 'bold'; print.style.cursor = 'pointer';