Specify width for newer versions of Chromium Fixes #639

This commit is contained in:
narcolepticinsomniac 2019-01-08 02:15:53 -05:00 committed by GitHub
parent ddc6e79af6
commit ab688368e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ body {
font-size: 12px; font-size: 12px;
min-width: 480px; min-width: 480px;
max-width: 800px; max-width: 800px;
width: max-content;
} }
@supports (-moz-appearance:none) { @supports (-moz-appearance:none) {