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:
parent
9969266379
commit
983e94473f
|
@ -18,8 +18,6 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
min-width: 480px;
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 401px) {
|
@media (min-width: 401px) {
|
||||||
|
@ -31,6 +29,8 @@ body {
|
||||||
.firefox body {
|
.firefox body {
|
||||||
/* match the default FF theme */
|
/* match the default FF theme */
|
||||||
background-color: #f9f9fa;
|
background-color: #f9f9fa;
|
||||||
|
min-width: 480px;
|
||||||
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.firefox .chromium-only {
|
.firefox .chromium-only {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user