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

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

Loading…
Cancel
Save