From 7148d8364ab43d2e15ccabd9e0d1426c3107fb7e Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Thu, 26 Jan 2023 15:53:21 +1100 Subject: [PATCH] compress 2fa font a bit more for better display depending on OS/font/whatever --- gulp/res/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 149255b5..0485beb4 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -144,9 +144,10 @@ pre { .twofactor { /* importants to try and prevent themes overriding */ background: white!important; color: black!important; - line-height: 1.2em!important; + line-height: 1.15em!important; font-family: monospace!important; margin: 10px auto!important; + letter-spacing: -0.2px!important; } .edit { background: transparent!important;