center pieces in newt and hold tables

This commit is contained in:
2023-12-08 21:21:20 +01:00
parent 228fc56916
commit b726e95bed
2 changed files with 15 additions and 1 deletions

View File

@ -90,6 +90,20 @@ tr.cleared-line-animation {
animation: cleared-line-animation ease-out .3s;
}
#holdTable .J,
#holdTable .L,
#holdTable .S,
#holdTable .T,
#holdTable .Z,
#nextTable .J,
#nextTable .L,
#nextTable .S,
#nextTable .T,
#nextTable .Z {
transform: translateX(50%);
}
#messagesSpan {
position: absolute;
top: 5%;