From: Mischa POSLAWSKY Date: Fri, 3 Nov 2023 19:38:21 +0000 (+0100) Subject: keyboard: widen terse keys to fill screen space X-Git-Tag: v1.15~7 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/c2b517c69794577ef9e70f2ad65d9a7393a51db5 keyboard: widen terse keys to fill screen space Maximum width to fit intermediate media sizes (transition between cutoffs) for the expected number of keys, --- diff --git a/base.css b/base.css index 73241da..8050463 100644 --- a/base.css +++ b/base.css @@ -960,6 +960,8 @@ body .magic-perma { .keys td { position: relative; /* hides overflow */ width: 4.5em; + min-width: 6.5vw; + min-width: calc(7.7vw - 8px); } .keys td b, .keys .meta td b,