added a play button and work on behavior
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij
2023-09-19 12:03:00 +02:00
parent 239b538c4b
commit 159935d949
3 changed files with 14 additions and 4 deletions

View File

@@ -95,6 +95,14 @@ td.fillCell>* {
color: var(--yellow);
}
.keepPlaying {
z-index: 1;
position: absolute;
cursor: pointer;
right: 0;
}
/*
DIALOGS
*/