aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2017-01-27 00:34:02 +0000
committerNiall Sheridan <nsheridan@gmail.com>2017-01-27 00:34:02 +0000
commit689e0ab59001280fc80679a87067a507a7c875a2 (patch)
treef196cea6b174b60e78e40e26f91387f5f772202d
parent326976d67282aa8bd8bedb1be958eeef7a013c51 (diff)
Reduce the font size
Google tokens grew in length and on smaller screens the token doesn't fix within the visible textarea
-rw-r--r--server/templates/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/token.go b/server/templates/token.go
index ffaba91..83e4973 100644
--- a/server/templates/token.go
+++ b/server/templates/token.go
@@ -35,7 +35,7 @@ const Token = `
<h2>Access Token</h2>
</div>
<div>
- <textarea style="font-size: 15pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea>
+ <textarea style="font-size: 12pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea>
<h3>
The token will expire in &lt; 1 hour.
</h3>