fix autorepeat and volume save
This commit is contained in:
@ -82,8 +82,9 @@
|
||||
}
|
||||
|
||||
.ghost.mino {
|
||||
margin: 1px;
|
||||
background: rgba(0, 0, 0, 10%) !important;
|
||||
border: 2px solid rgba(150, 150, 150, 33%) !important;
|
||||
border: 3px solid #646464 !important;
|
||||
box-shadow:
|
||||
-2px -2px 6px rgba(128, 128, 128, 25%),
|
||||
-2px 2px 6px rgba(128, 128, 128, 25%),
|
||||
|
@ -21,6 +21,11 @@ body {
|
||||
text-shadow: 0 0 8px var(--bs-light);
|
||||
}
|
||||
|
||||
#statsTable td,
|
||||
#statsModal td {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.minoes-table {
|
||||
--piece-column: 0;
|
||||
--piece-row : 0;
|
||||
@ -218,4 +223,4 @@ tr.cleared-line-animation {
|
||||
animation: game-over-animation;
|
||||
animation-timing-function: (0.4, 0, 0.6, 1);
|
||||
animation-duration: 2s;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user