floatting text
This commit is contained in:
parent
6cc8a9e645
commit
a1722a700d
@ -26,11 +26,19 @@
|
||||
background-color: #363941;
|
||||
}
|
||||
|
||||
#screenRow .card > * {
|
||||
transform: translateZ(var(--cell-side));
|
||||
}
|
||||
|
||||
#screenRow .card-header {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.minoes-table th,
|
||||
.minoes-table td {
|
||||
display: inline-block !important;
|
||||
width: max-content;
|
||||
transform: translateZ(var(--cell-side));
|
||||
}
|
||||
|
||||
.minoes-table tr {
|
||||
@ -46,6 +54,7 @@
|
||||
#statsTable th,
|
||||
#statsTable td {
|
||||
display: table-cell;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
tr.matrix td:not(.mino) {
|
||||
@ -158,19 +167,6 @@ tr.matrix td:not(.mino) {
|
||||
--light-color: #FFF8;
|
||||
}
|
||||
|
||||
#holdTable .J,
|
||||
#holdTable .L,
|
||||
#holdTable .S,
|
||||
#holdTable .T,
|
||||
#holdTable .Z,
|
||||
#nextTable .J,
|
||||
#nextTable .L,
|
||||
#nextTable .S,
|
||||
#nextTable .T,
|
||||
#nextTable .Z {
|
||||
transform: translateZ(var(--cell-side)) translateX(50%);
|
||||
}
|
||||
|
||||
@keyframes cleared-line-animation {
|
||||
from {
|
||||
opacity: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user