diff --git a/css/common.css b/css/common.css index 333be54..5810dca 100644 --- a/css/common.css +++ b/css/common.css @@ -15,13 +15,11 @@ table-layout: fixed; border-collapse: separate; border-spacing: 0; - height: calc(var(--rows) * var(--cell-side)); - width: calc(var(--columns) * var(--cell-side)); + width: min-content; } #matrixTable { margin-top: calc(-1 * var(--no-bordered-rows) * var(--cell-side)); - background-color: transparent; } @keyframes hard-dropped-table-animation { diff --git a/index.html b/index.html index a9aae51..69b3ffe 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@
HOLD
- +
@@ -129,7 +129,7 @@
-
+
@@ -164,7 +164,7 @@
NEXT
-
+