fix button width

pull/7/head
yann300 7 years ago
parent c316d0b183
commit 2a8041153b
  1. 4
      src/ui/ButtonNavigator.js
  2. 2
      src/ui/TxBrowser.js

@ -20,8 +20,6 @@ var css = csjs`
}
.stepButton {
${styles.button}
width: 25%;
min-width: 30px;
}
.jumpButtons {
width: 100%;
@ -30,8 +28,6 @@ var css = csjs`
}
.jumpButton {
${styles.button}
width: 33%;
min-width: 30px;
}
.navigator:hover {
color: ${styles.colors.black}

@ -36,8 +36,6 @@ var css = csjs`
}
.txbutton {
${styles.button}
width: 50%;
min-width: 30px;
}
.txbutton:hover {
color: ${styles.colors.black};

Loading…
Cancel
Save