From 983e94473f7ec8c01eb70c8285bb2e77f9d6a534 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 23 Mar 2018 14:39:22 +0300 Subject: [PATCH] don't constrain options page width in Chrome 1. it wasn't actually really in Chrome-like browsers 2. it caused wrong sizing due to a bug introduced in https://crrev.com/c/967456 --- options/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/options.css b/options/options.css index 46de1241..8560c5b0 100644 --- a/options/options.css +++ b/options/options.css @@ -18,8 +18,6 @@ body { margin: 0; font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; - min-width: 480px; - max-width: 800px; } @media (min-width: 401px) { @@ -31,6 +29,8 @@ body { .firefox body { /* match the default FF theme */ background-color: #f9f9fa; + min-width: 480px; + max-width: 800px; } .firefox .chromium-only {