chore: Last touches
@ -69,7 +69,7 @@
|
||||
<div class="button" onClick="Time.instance.setMultiplier(2)">
|
||||
<i class="fas fa-forward"></i>
|
||||
</div>
|
||||
<div class="button" onClick="Time.instance.setMultiplier(4)">
|
||||
<div class="button" onClick="Time.instance.setMultiplier(10)">
|
||||
<i class="fas fa-fast-forward"></i>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
@ -274,6 +274,7 @@ button:hover {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 5px;
|
||||
padding: 0 15px;
|
||||
border: 1px solid #3498db;
|
||||
background-color: black;
|
||||
}
|
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 690 B |
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 705 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 686 B After Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 766 B |
BIN
src/user_input/file-8.png
Normal file
After Width: | Height: | Size: 126 B |
BIN
src/user_input/file-9.png
Normal file
After Width: | Height: | Size: 126 B |
@ -56,6 +56,7 @@ class OrdersView {
|
||||
[...document.querySelectorAll('.orders-window .canvases canvas')].forEach(canv => {
|
||||
canv.getContext('2d').clearRect(0, 0, 100, 100);
|
||||
});
|
||||
document.querySelector('.response').innerHTML = '';
|
||||
}
|
||||
|
||||
openWindow() {
|
||||
|