fixes for Chromium 56 (Qt 5.9)
This commit is contained in:
parent
f30e52c4ed
commit
4cc9e2a780
@ -57,6 +57,7 @@
|
||||
"d3-selection": "^1.4.1",
|
||||
"d3-shape": "^1.3.7",
|
||||
"d3-transition": "^1.3.2",
|
||||
"intl-pluralrules": "^1.2.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"protobufjs": "^6.9.0"
|
||||
|
@ -2,7 +2,8 @@
|
||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
import pb from "./backend/proto";
|
||||
import { FluentBundle, FluentResource, FluentNumber } from "@fluent/bundle";
|
||||
import "intl-pluralrules";
|
||||
import { FluentBundle, FluentResource, FluentNumber } from "@fluent/bundle/compat";
|
||||
|
||||
type RecordVal = number | string | FluentNumber;
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
.counts-outer {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-around;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user