Document time in css.

This commit is contained in:
Half-Shot
2024-11-05 14:41:44 +00:00
parent 4db7b4fbf5
commit f556e613b3

View File

@@ -150,6 +150,7 @@ Please see LICENSE in the repository root for full details.
display: inline;
z-index: 2;
font-size: 32pt;
/* Reactions are "active" for 3 seconds (as per REACTION_ACTIVE_TIME_MS), give a bit more time for it to fade out. */
animation-duration: 4s;
animation-name: reaction-up;
width: fit-content;