Fix quiet-hours description text overlapping the end-time input
Build and push server image / build-and-push (push) Successful in 38s

.sub's negative margin-top is tuned for sitting right under the h1
subtitle; placed right after a bordered input it pulled up into it.
This commit is contained in:
2026-07-20 23:28:52 -04:00
parent fd9516f5d1
commit fa47b88473
+5 -4
View File
@@ -109,10 +109,11 @@
<label>Quiet hours end
<input type="time" id="quiet_hours_end" value="{{ cfg.quiet_hours_end }}">
</label>
<p class="sub">Uses the server's local timezone (see <code>TZ</code> in
<code>docker-compose.yml.example</code>). The device may still
wake once right at the start of quiet hours -- it can't know
ahead of time -- but goes right back to sleep until they end.</p>
<p class="sub" style="margin-top: 8px;">Uses the server's local timezone
(see <code>TZ</code> in <code>docker-compose.yml.example</code>). The
device may still wake once right at the start of quiet hours -- it
can't know ahead of time -- but goes right back to sleep until they
end.</p>
<label>Upcoming photos to show
<select id="queue_target_len">
{% for n in [5, 10, 15, 20, 25, 30, 40, 50] %}