diff --git a/macrovision.css b/macrovision.css index 94548f8e..ebb86c00 100644 --- a/macrovision.css +++ b/macrovision.css @@ -306,6 +306,7 @@ body.toggle-bottom-name .bottom-name { #spawners > select { display: none; font-size: 24pt; + max-width: 120pt; } #spawners > select#category-picker { @@ -318,8 +319,7 @@ body.toggle-bottom-name .bottom-name { } #menubar button { - font-size: 28pt; - height: 36pt; + font-size: 48pt; } #help { @@ -488,4 +488,15 @@ body.toggle-height-bars .height-bar, left: calc(var(--xpos) - 24px); transition: 0s all; content: ""; -} \ No newline at end of file +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; + } \ No newline at end of file diff --git a/macrovision.html b/macrovision.html index d0e1f7a6..e2b0555c 100644 --- a/macrovision.html +++ b/macrovision.html @@ -59,32 +59,59 @@