From f20ee8a7979602873f159cd928f58135f603c6ee Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 4 Feb 2020 19:48:07 -0500 Subject: [PATCH] Keep options pane from expanding when selecting something --- macrovision.css | 1 + 1 file changed, 1 insertion(+) diff --git a/macrovision.css b/macrovision.css index 7b37e71d..b422781e 100644 --- a/macrovision.css +++ b/macrovision.css @@ -72,6 +72,7 @@ body { .options-row { display: flex; text-align: center; + max-width: 15vw; } @media (max-aspect-ratio: 1/1) {