From d978322be8a358339e6f41303738000ed6347be6 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 12 May 2018 13:11:54 +0300 Subject: [PATCH] revert 983e944: constrain options dialog size fixes #387 --- options/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {