From 22fd6f39810c48a1adfb60ea5b0f2b69aba4964c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 29 May 2023 19:31:37 +0200 Subject: [PATCH] set back_button to some normal width --- res/global.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/global.css b/res/global.css index daea5d2..0436d78 100644 --- a/res/global.css +++ b/res/global.css @@ -19,4 +19,6 @@ body background-color: #B97C15; color: #C1BFBE; border-color: #4D2B09; + width: 8vh; + height: 8vh; } \ No newline at end of file