From 5e8151518862547ddd872e67acce4df2228241cd Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 14 Feb 2026 20:29:52 -0500 Subject: refactor: no anims by default --- docs/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs') diff --git a/docs/style.css b/docs/style.css index 3788973..f6cec82 100755 --- a/docs/style.css +++ b/docs/style.css @@ -17,7 +17,6 @@ html { position: absolute; left: -2rem; display: inline-block; - transform: scale(1.3); } #link-snippet-container { @@ -31,14 +30,11 @@ html { overflow: auto; grid-column: 1; grid-row: 1; - transition: transform 100ms cubic-bezier(0.175, 0.885, 0.32, 1) 100ms; } #link-snippet-container > pre[hidden] { display: block; visibility: hidden; - transform: scale(0); - transition: transform 100ms cubic-bezier(0.175, 0.885, 0.32, 1), visibility 0ms 100ms; } #theme-form > label:not(:last-of-type) { -- cgit v1.2.3