clocktower top blocks & layout adjustment

This commit is contained in:
Mononaut
2023-04-19 00:21:02 +09:00
parent 3b459b6857
commit 61531171c9
18 changed files with 489 additions and 224 deletions

View File

@@ -22,7 +22,11 @@
.mined-block {
position: absolute;
top: 0px;
transition: background 2s, left 2s, transform 1s;
transition: background 2s, left 2s, transform 1s, opacity 1s;
}
.mined-block.offscreen {
opacity: 0;
}
.mined-block.placeholder-block {