Skip to content

Commit b3885f0

Browse files
committed
update margin of stop panel's "x" button
1 parent 413c7df commit b3885f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</div>
5252
<div id="virtual-board-panel" class="panel panel-bottom position-absolute d-flex flex-column d-none p-3 mx-2 rounded-top-4">
5353
<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>
54+
<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>
5555
<table class="table table-bordered">
5656
<tbody></tbody>
5757
</table>

0 commit comments

Comments
 (0)