revert 983e944: constrain options dialog size

fixes #387
This commit is contained in:
tophf 2018-05-12 13:11:54 +03:00
parent 41198e0b48
commit d978322be8

View File

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