Skip to content

Commit

Permalink
Rollback Electron for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
floating committed Oct 12, 2020
1 parent bc816b6 commit 1c57345
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions app/App/Panel/Main/Signer/Settings/style/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
font-size 18px
font-weight 200
transform translateZ(0)
z-index 1

.signerPermissionControls
display flex
Expand Down
2 changes: 0 additions & 2 deletions app/App/Panel/style/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,9 @@
flex-direction column
justify-content center
align-items center
position relative
transform translateZ(0)
font-size 14px
margin 24px 10px 0px 10px
z-index 20
background highlight
padding 20px
border-radius 16px
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"launch:inspect": "cross-env NODE_ENV=production electron --inspect ./main",
"alpha": "npm run bundle && npm run launch",
"hot": "npm run bundle && npm run launch:hot",
"clean": "rimraf dist bundle .cache package-lock.json \"node_modules/!(rimraf|.bin)\" && npm install && npm audit fix",
"clean": "rimraf dist bundle .cache package-lock.json \"node_modules/!(rimraf|.bin)\" && npm cache clean --force && npm install && npm audit fix && npm run bundle",
"scrub": "rimraf dist bundle .cache \"node_modules/!(rimraf|.bin)\" && npm install",
"build": "electron-builder",
"release": "electron-builder -c.snap.publish=github",
Expand Down Expand Up @@ -120,7 +120,7 @@
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"babel-eslint": "10.1.0",
"electron": "10.1.3",
"electron": "9.3.2",
"electron-builder": "22.8.1",
"electron-notarize": "1.0.0",
"ganache-cli": "6.12.0",
Expand Down

0 comments on commit 1c57345

Please sign in to comment.