fix beep buttons on mobile
This commit is contained in:
parent
ef4ba23e85
commit
df48587cd7
3 changed files with 12 additions and 4 deletions
|
@ -131,3 +131,9 @@ hr {
|
||||||
margin-bottom: -4%;
|
margin-bottom: -4%;
|
||||||
margin-top: 2%;
|
margin-top: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.beep-buttons {
|
||||||
|
width: 25%;
|
||||||
|
margin-top: 4%;
|
||||||
|
margin-bottom: 2%;
|
||||||
|
}
|
|
@ -25,4 +25,8 @@
|
||||||
.btn-1 {
|
.btn-1 {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.beep-buttons {
|
||||||
|
min-width: 42%;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -6,16 +6,14 @@
|
||||||
there is a global timeout of 33 minutes, and a separate timer for each button. if it says its sleeping, come back and try again later!</p>
|
there is a global timeout of 33 minutes, and a separate timer for each button. if it says its sleeping, come back and try again later!</p>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="custom-btn btn-1"
|
class="custom-btn btn-1 beep-buttons"
|
||||||
style="width: 25%; margin-top: 4%; margin-bottom: 2%;"
|
|
||||||
onclick="meowClick()"
|
onclick="meowClick()"
|
||||||
id="meow-button">
|
id="meow-button">
|
||||||
<span>meow</span>
|
<span>meow</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="custom-btn btn-1"
|
class="custom-btn btn-1 beep-buttons"
|
||||||
style="width: 25%; margin-top: 4%; margin-bottom: 2%;"
|
|
||||||
onclick="beepClick()"
|
onclick="beepClick()"
|
||||||
id="beep-button">
|
id="beep-button">
|
||||||
<span>beep</span>
|
<span>beep</span>
|
||||||
|
|
Loading…
Reference in a new issue