From 9e90b18f1f21faa69b81ac67c1c2b674af51d554 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Mon, 6 May 2024 22:11:37 -0600 Subject: [PATCH] Fix the size of the "clear inventory" button --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index dcad60f..f90a92b 100644 --- a/style.css +++ b/style.css @@ -2027,7 +2027,7 @@ body.--debug #player-debug { display: block; } #player-debug > .-inventory > button.-wide { - grid-column: span 5; + grid-column: span 3; padding: 0.25em; } #player-debug .-buttons {