Skip to content

Commit

Permalink
Fix export dialog styles
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Apr 25, 2024
1 parent 526a1ba commit 7878207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h5 class="modal-title" id="photostack-export-modal-label">
<div class="modal-body">
<div class="mb-3">
<label for="photostack-file-format">File format</label>
<select class="form-control" id="photostack-file-format" autocomplete="on">
<select class="form-select mt-1" id="photostack-file-format" autocomplete="on">
<option value="image/jpeg">JPEG (.jpg)</option>
<option value="image/png">Portable Network Graphics (.png)</option>
<option value="image/webp">WebP (.webp)</option>
Expand All @@ -325,7 +325,7 @@ <h5 class="modal-title" id="photostack-export-modal-label">
</div>
<div class="mb-3">
<label for="photostack-file-quality">Image quality</label>
<input type="number" class="form-control" id="photostack-file-quality" value="92" min="1" max="100" autocomplete="on" enterkeyhint="done">
<input type="number" class="form-control mt-1" id="photostack-file-quality" value="92" min="1" max="100" autocomplete="on" enterkeyhint="done">
<small class="form-text text-muted">Choose a value from 1-100.</small>
</div>
<div class="mb-3">
Expand Down

0 comments on commit 7878207

Please sign in to comment.