aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdocs/style.css4
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) {