Account for max-content bug in Chrome 49

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

View File

@ -63,6 +63,7 @@ body {
}
h1 {
min-width: 30%;
width: 30%;
margin: 0;
font-size: 120%;
@ -73,6 +74,7 @@ h1 {
}
.items {
min-width: 70%;
width: 70%;
}
@ -212,6 +214,7 @@ html:not(.firefox):not(.opera) #updates {
#advanced:not(.collapsible) .collapsible-resizer {
padding-right: 8px;
box-sizing: border-box;
min-width: 30%;
width: 30%;
}