diff options
| author | kj_sh604 | 2026-02-14 20:29:52 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 20:29:52 -0500 |
| commit | 5e8151518862547ddd872e67acce4df2228241cd (patch) | |
| tree | cad6480d07fdcde7a79c6ed9eac188a3d8597572 /docs | |
| parent | 69c8cacab515258bbed9346ceb54f6d49a707925 (diff) | |
refactor: no anims by default
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
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) { |
