From 6dbd602a501e942f30f0f1a237ff5e3b0e7c3b2e Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 18:27:21 +0200 Subject: [PATCH] Show key icon --- static/index.html | 90 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 83 insertions(+), 7 deletions(-) diff --git a/static/index.html b/static/index.html index f596d33..0e14f8c 100644 --- a/static/index.html +++ b/static/index.html @@ -72,6 +72,7 @@ word-break: normal; } + .null, .key { width: 30px; } @@ -80,7 +81,6 @@ width: 35px; } - .null, .default { width: 50px; } @@ -91,7 +91,7 @@ } -