From 4db261d9434646a6a63b26553048b19bf9a9aebd Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 24 Nov 2023 13:21:34 -0500 Subject: [PATCH] mic threshold input width --- src/components/timer.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/timer.vue b/src/components/timer.vue index 67b847d..9c3bb50 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -191,6 +191,10 @@ label, [type="submit"] { display:block; } +input[type="number"] { + width: 5em; +} + .running { background:lightgreen; }