Commit 2a804115 authored by yann300's avatar yann300

fix button width

parent c316d0b1
......@@ -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};
......
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