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 { #dragbar {
background-color: transparent; background-color: transparent;
position: absolute; position: absolute;
width: 1em; width: 0.5em;
right: -3px; right: -3px;
top: 3em; top: 3em;
bottom: 0; bottom: 0;

Loading…
Cancel
Save