We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413c7df commit b3885f0Copy full SHA for b3885f0
src/index.html
@@ -51,7 +51,7 @@
51
</div>
52
<div id="virtual-board-panel" class="panel panel-bottom position-absolute d-flex flex-column d-none p-3 mx-2 rounded-top-4">
53
<span id="stop_name" class="fs-6"></span>
54
- <i class="bi bi-x-lg position-absolute top-0 end-0 m-2 fs-5" style="cursor: pointer;" onclick="this.parentElement.classList.add('d-none')"></i>
+ <i class="bi bi-x-lg position-absolute top-0 end-0 m-3 fs-5" style="cursor: pointer;" onclick="this.parentElement.classList.add('d-none')"></i>
55
<table class="table table-bordered">
56
<tbody></tbody>
57
</table>
0 commit comments