diff --git a/options/options.css b/options/options.css index 766be243..a876bbcf 100644 --- a/options/options.css +++ b/options/options.css @@ -18,6 +18,8 @@ body { margin: 0; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; + min-width: 480px; + max-width: 800px; } @media (min-width: 401px) { @@ -29,8 +31,6 @@ body { .firefox body { /* match the default FF theme */ background-color: #f9f9fa; - min-width: 480px; - max-width: 800px; } .firefox .chromium-only {