diff --git a/inventory/templates/testing.html b/inventory/templates/testing.html index 269eb16..8989699 100644 --- a/inventory/templates/testing.html +++ b/inventory/templates/testing.html @@ -12,6 +12,8 @@ linear-gradient(to bottom, #ccc 1px, transparent 1px); background-size: var(--grid) var(--grid); cursor: none; + height: 80vh; + width: 100%; height: calc(round(nearest, 80vh, var(--grid)) + 1px); width: calc(round(nearest, 100%, var(--grid)) + 1px); } @@ -40,7 +42,7 @@