From ee1b4d4f60b27dceec4481866f9e365c40ba4bf2 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Wed, 1 Jan 2025 19:00:45 +0000 Subject: [PATCH] actually flex seemed to work better on android, revert --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 4f3b8ba..265a5a3 100644 --- a/src/style.css +++ b/src/style.css @@ -65,7 +65,7 @@ body { background-color: black; padding: 6px 0px; padding-right: 6px; - /* display: flex; */ + display: flex; gap: 6px; } select {