Skip to content

Commit

Permalink
fix: centered dialog-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukasaroot committed Mar 28, 2022
1 parent fe798c0 commit eabde19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ <h1 class="text-center">Longvinter mods manager</h1>
crossorigin="anonymous" referrerpolicy="no-referrer"></script>

<div id="modal" class="modal" tabindex="0" role="dialog">
<div class="modal-dialog modal-xl" role="document">
<div class="modal-dialog modal-dialog-centered modal-xl" role="document">
<div class="modal-content">
<div class="modal-header bg-dark">
<h5 id="modalTitle" class="modal-title bg-dark text-light">Select path to Longvinter</h5>
</div>
<div class="modal-body bg-dark text-light">
<form onsubmit="add_game_path(this); return false">
<label for="path">Enter the path to your game: </label><br />
<label for="path">Enter the path to your game longvinter.exe: </label><br />
<input id="path" type="file" class="mb-3" /><br />
<button class="btn btn-primary">Validate</button>
</form>
Expand Down

0 comments on commit eabde19

Please sign in to comment.