Changed Spacing between between Buttons and Spacing of Settings Menu (#1864)

Co-authored-by: TSO <tim.sommer@bieber-marburg.de>
This commit is contained in:
Tim
2024-09-10 09:02:56 +02:00
committed by GitHub
parent 6410a99cf3
commit 7fad973a77
4 changed files with 16 additions and 7 deletions

View File

@@ -415,7 +415,7 @@
</select>
</div>
<div class="mb-3">
<label for="zipThreshold" th:utext="#{settings.zipThreshold}"></label>
<label for="zipThreshold" th:utext="#{settings.zipThreshold}"></label><br/>
<input type="range" class="form-range" min="1" max="9" step="1" id="zipThreshold" value="4">
<span id="zipThresholdValue" class="ms-2"></span>
</div>