Skip to content

Commit

Permalink
netplay modal spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
n-at committed Sep 7, 2023
1 parent 059da48 commit 6d7aa5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/includes/netplay_netplay.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="modal-body">

<h5>Client</h5>
<div class="mb-3 input-group">
<div class="mb-5 input-group">
<div class="form-floating">
<input type="text" id="netplay-name" class="form-control" placeholder="Netplay name">
<label for="netplay-name">Name</label>
Expand Down
4 changes: 2 additions & 2 deletions templates/includes/play_netplay.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img id="netplay-qr" src="" alt="Netplay-join">
</div>

<div class="input-group mb-3">
<div class="mb-5 input-group">
<a href="/games/netplay/{{ game.Id }}/refresh-id?return-to=play" class="btn btn-outline-secondary" id="netplay-reset-session" title="Reset game session">
<i class="bi bi-arrow-clockwise"></i>
</a>
Expand All @@ -24,7 +24,7 @@
<br>

<h5>Client</h5>
<div class="mb-3 input-group">
<div class="mb-5 input-group">
<div class="form-floating">
<input type="text" id="netplay-name" class="form-control" placeholder="Netplay name">
<label for="netplay-name">Name</label>
Expand Down

0 comments on commit 6d7aa5b

Please sign in to comment.