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
This commit is contained in:
tophf 2018-03-23 14:39:22 +03:00
parent 9969266379
commit 983e94473f

View File

@ -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 {