diff options
| author | Bobby <[email protected]> | 2024-09-03 12:20:35 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-03 12:20:35 -0400 |
| commit | 51a27b6f400625cb0137e1394de1056ea5fb682b (patch) | |
| tree | 593b782d99784c690705eb397831a9a681d406a3 /static/css/input.css | |
| parent | a9e71a492486a25ec4273716080e0ca744a36646 (diff) | |
| download | yugen-51a27b6f400625cb0137e1394de1056ea5fb682b.tar.xz yugen-51a27b6f400625cb0137e1394de1056ea5fb682b.zip | |
optimizations
Diffstat (limited to 'static/css/input.css')
| -rw-r--r-- | static/css/input.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 +} |
