From c2b517c69794577ef9e70f2ad65d9a7393a51db5 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 3 Nov 2023 20:38:21 +0100 Subject: [PATCH] keyboard: widen terse keys to fill screen space Maximum width to fit intermediate media sizes (transition between cutoffs) for the expected number of keys, --- base.css | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.30.0