From 32fb5c4e98e677db3807d5115df116c08f8d1ae8 Mon Sep 17 00:00:00 2001 From: basic-experimental Date: Sun, 25 Aug 2024 18:03:28 -0400 Subject: [PATCH] Adjust time select width --- other/timer/timer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/timer/timer.css b/other/timer/timer.css index d5dea89..51556b3 100644 --- a/other/timer/timer.css +++ b/other/timer/timer.css @@ -53,7 +53,7 @@ #time-select > select { height: 40px; - width: 40px; + width: 80px; -webkit-appearance: none; text-indent: 1px; border: 0px; @@ -93,4 +93,4 @@ letter-spacing: 1px; color: #E0E0E0; background-color: #404040; -} \ No newline at end of file +}