chore: Last touches

This commit is contained in:
Marcin Czerniak 2021-06-21 13:33:38 +02:00
parent a11dd999df
commit a6d210c968
13 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -274,6 +274,7 @@ button:hover {
display: flex;
align-items: center;
border-radius: 5px;
padding: 0 15px;
border: 1px solid #3498db;
background-color: black;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 B

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 B

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 B

After

Width:  |  Height:  |  Size: 766 B

BIN
src/user_input/file-8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

BIN
src/user_input/file-9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

View File

@ -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() {