floatting text

This commit is contained in:
Adrien MALINGREY 2025-04-08 03:30:01 +02:00
parent 6cc8a9e645
commit a1722a700d

View File

@ -26,11 +26,19 @@
background-color: #363941; background-color: #363941;
} }
#screenRow .card > * {
transform: translateZ(var(--cell-side));
}
#screenRow .card-header {
background-color: transparent;
border: none;
}
.minoes-table th, .minoes-table th,
.minoes-table td { .minoes-table td {
display: inline-block !important; display: inline-block !important;
width: max-content; width: max-content;
transform: translateZ(var(--cell-side));
} }
.minoes-table tr { .minoes-table tr {
@ -46,6 +54,7 @@
#statsTable th, #statsTable th,
#statsTable td { #statsTable td {
display: table-cell; display: table-cell;
border: 0;
} }
tr.matrix td:not(.mino) { tr.matrix td:not(.mino) {
@ -158,19 +167,6 @@ tr.matrix td:not(.mino) {
--light-color: #FFF8; --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 { @keyframes cleared-line-animation {
from { from {
opacity: 1; opacity: 1;