Style updates
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-18 01:40:22 -07:00
parent 253c24c89b
commit 82e1b8a626
6 changed files with 32 additions and 31 deletions

View File

@@ -318,6 +318,20 @@ function getTimeRangeLabel(range: string) {
</select>
</div>
</form>
<style>
@media (max-width: 767px) {
form {
align-items: stretch !important;
}
.form-control {
width: 100%;
}
}
select {
width: 100%;
}
</style>
</div>
</div>