Merge pull request #134 from iFA88/patch-2

Fix dargbar width
pull/1/head
chriseth 9 years ago committed by GitHub
commit 468b285a92
  1. 2
      assets/css/browser-solidity.css

@ -389,7 +389,7 @@ body {
#dragbar {
background-color: transparent;
position: absolute;
width: 1em;
width: 0.5em;
right: -3px;
top: 3em;
bottom: 0;

Loading…
Cancel
Save