Clean up the server modal css

This commit is contained in:
Corban-Lee Jones 2024-04-26 23:28:12 +01:00
parent 001f586ceb
commit 4177e8cecd

View File

@ -9,21 +9,20 @@
</h5>
</div>
<div class="modal-body">
<div class="peers">
<div class="peer-greed">
<select name="serverOptions" id="serverOptions" class="select-2" data-dropdownparent="#serverForm .modal">
<div class="d-flex flex-nowrap">
<div class="flex-fill">
<select name="serverOptions" id="serverOptions" class="select-2" data-dropdownparent="#serverFormModal">
<option value="">-- Select a Server --</option>
</select>
</div>
<div class="peer">
<button type="button" id="serverOptionsRefreshBtn" class="btn btn-secondary ms-2">
<i class="bi bi-arrow-clockwise d-block"></i>
</button>
</div>
<button type="button" id="serverOptionsRefreshBtn" class="btn btn-secondary ms-3">
<i class="bi bi-arrow-clockwise d-block"></i>
</button>
</div>
<p class="mb-0 form-text">
You must be an administrator, or own the selected server.
</p>
<input type="text" class="form-control mt-2" placeholder="reference input">
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary">Submit</button>