forked from Github/ocrcc-chatbox
Merge pull request #1 from nomadic-labs/async_implementation
working on slow connections
This commit is contained in:
commit
a5759ab587
@ -16,7 +16,14 @@
|
||||
"babel": {
|
||||
"presets": [
|
||||
"airbnb",
|
||||
"@babel/preset-env",
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"node": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"@babel/preset-react"
|
||||
],
|
||||
"plugins": [
|
||||
|
@ -274,7 +274,6 @@
|
||||
.buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 1rem;
|
||||
|
||||
button {
|
||||
background-color: transparent;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user