From 218c4a847505709a14ddd945daf1a173add14389 Mon Sep 17 00:00:00 2001 From: Chesars Date: Mon, 9 Feb 2026 19:33:12 -0300 Subject: [PATCH] fix: stack filter inputs vertically on mobile viewports Closes fastrepl/contextlengthof#10 --- src/App.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 2d8ab84..eb181a7 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -833,9 +833,13 @@ We also need to update [${RESOURCE_BACKUP_NAME}](https://github.com/${REPO_FULL_ width: 100%; } + .filters-row { + grid-template-columns: 1fr; + } + .filter-input { flex: 1; - width: auto; + width: 100%; } th, td {