From 51a27b6f400625cb0137e1394de1056ea5fb682b Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 3 Sep 2024 12:20:35 -0400 Subject: optimizations --- static/css/input.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/css/input.css') diff --git a/static/css/input.css b/static/css/input.css index 4804d89..3c6acc2 100644 --- a/static/css/input.css +++ b/static/css/input.css @@ -41,6 +41,7 @@ main { .peer:checked + div .toggle-dot { transform: translateX(100%); } + .toggle-dot { transition: transform 0.1s ease-in-out; } @@ -49,4 +50,4 @@ main { height: 12rem !important; /* equivalent to h-48 */ width: auto !important; aspect-ratio: 16 / 9 !important; -} \ No newline at end of file +} -- cgit v1.2.3