From b70375e04932054cda790e6f0f125e2fca5a7500 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 26 Nov 2022 14:19:59 +0100 Subject: Calendar layout. --- play.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index ee0afcb..94453d4 100644 --- a/play.html +++ b/play.html @@ -705,12 +705,17 @@ body.shift .mustered_vassals { /* PIECES */ -#legate, .cylinder, .service_marker, .marker { +#legate, .cylinder, .marker { transition-property: top, left; transition-duration: 700ms; transition-timing-function: ease; } +.service_marker { + transition-property: top, left; + transition-duration: 100ms; +} + #legate { position: absolute; width: 32px; -- cgit v1.2.3