X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/fd25d20e6ae7a77338a781934aa72f04251ee745..18606a64db0a6c02e5e289074b62728c93b5231b:/base.css diff --git a/base.css b/base.css index 73241da..9e8058c 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, @@ -978,17 +980,19 @@ body .magic-perma { .row4 {margin-left: 7.5em} /* 10em / Δtd */ /* letter scripts columns to rows */ - .legend .glyphs:first-child td:not(td td) { + .legend .glyphs:first-child td { display: table-row; + vertical-align: baseline; } .legend .glyphs td > table { width: auto; - display: inline-block; - margin: 1px 0 1px 1ex; - vertical-align: -6px; + display: inline; + margin-left: 1ex; } - .legend .glyphs td td { + .legend .glyphs:first-child td td { margin: 2px; + display: inline-block; + width: auto; } @media (max-width: 61em) {