X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d5673328262606bd06f36fd41f0ec866977db7b2..89cc73c8a0ee71ed9e85cbb7fcbf7e9e53fb1713:/keyboard/altgr/index.inc.plp diff --git a/keyboard/altgr/index.inc.plp b/keyboard/altgr/index.inc.plp index d4d8bde..172d931 100644 --- a/keyboard/altgr/index.inc.plp +++ b/keyboard/altgr/index.inc.plp @@ -32,6 +32,14 @@ Html({ .keys.big.cmp tbody { font-size: 150%; } +@media (max-width: 48em) { + .keys.big.cmp tbody { + font-size: 100%; + } + .keys.big.cmp tbody a { + white-space: normal; + } +} .keys.cmp tbody { display: table-row-group; } @@ -164,7 +172,8 @@ for my $inc (sort { print "\t"; print join ' ', map { $caticon{$_} // () } split m{/}, $keys->{category}; say ''; - $keys->print_key('', $_, $keys->{def}{''}{$_} // 'ni') for @sample; + $keys->print_key('', $_, ($keys->{def}{''}{$_} // 'ni') =~ s/ mode\S*//r) + for @sample; say ''; } }