]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.css
empathy: Add button to hide/(vote against) categories
[lmno.games] / empathy / empathy.css
index 9692274e3a7edd7eaaa4e4976d966e0c91df4cae..36281bc3ab37d6f24d072bd3f152e37d9a28d5c2 100644 (file)
@@ -7,6 +7,7 @@
     font-size: 200%;
     padding: 1em;
     margin-bottom: 0.25em;
+    position: relative;
 }
 
 .vote-choices {
@@ -96,6 +97,6 @@
 .typing.idle span {
     opacity: 0.0;
     transition-property: opacity;
-    transition-duration: 6s;
-    transition-delay: 3s;
+    transition-duration: 2s;
+    transition-delay: 1s;
 }