Commit 2a804115 authored by yann300's avatar yann300

fix button width

parent c316d0b1
...@@ -20,8 +20,6 @@ var css = csjs` ...@@ -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` ...@@ -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` ...@@ -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};
......
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