Unverified Commit c13c9ad8 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1964 from ethereum/master_li

small style changes
parents 30600aa4 7434a74a
...@@ -17,7 +17,6 @@ var css = csjs` ...@@ -17,7 +17,6 @@ var css = csjs`
justify-content: center; justify-content: center;
} }
.txinput { .txinput {
margin: 3px;
width: inherit; width: inherit;
} }
.txbuttons { .txbuttons {
......
...@@ -4,7 +4,7 @@ const csjs = require('csjs-inject') ...@@ -4,7 +4,7 @@ const csjs = require('csjs-inject')
const css = csjs` const css = csjs`
.dragbar { .dragbar {
position : absolute; position : absolute;
top : 29px; top : 0px;
width : 0.5em; width : 0.5em;
right : 0; right : 0;
bottom : 0; bottom : 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment