aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-04-14 19:54:02 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-04-14 22:55:17 +0200
commitc4d6449f3496853519146d6b63058e000092658d (patch)
treeddbe4238f4a66bdead51c1ed75edde0c8ac891af /client
parent37fa67b9ad1f8a6183fa4a8308c01ec5449b4730 (diff)
Add animation / stepping of model
Diffstat (limited to 'client')
-rw-r--r--client/causalloop.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/causalloop.css b/client/causalloop.css
index 78875d1..175cbf9 100644
--- a/client/causalloop.css
+++ b/client/causalloop.css
@@ -27,5 +27,6 @@
}
.causalloop.thumbnail text.label {
- cursor: pointer;
+ cursor: pointer;
+ transition: 1s font-size;
}