diff --git a/index.css b/index.css index 419bf650..4d1a1f91 100644 --- a/index.css +++ b/index.css @@ -347,6 +347,20 @@ text.drag { user-select: none; } +#optionsTrigger { + padding: 0.6em 0.45em; +} + +@media (max-width: 600px) { + #optionsTrigger { + font-size: 2em; + padding: 0; + width: 1.3em; + height: 1.6em; + border: solid 1px #5e4fa2; + } +} + #options { position: absolute; font-family: Consolas, monospace; diff --git a/index.html b/index.html index a895ac77..d027e45c 100644 --- a/index.html +++ b/index.html @@ -288,17 +288,18 @@ @@ -358,7 +366,8 @@