From 2521075aef576b205e92a92bf881bb1551834b49 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 18 Feb 2024 00:56:52 +1000 Subject: [PATCH] (fix) fix the big ass output box --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 8a71d5d..83346fa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@ width: 100%; } #output { - width: calc(100% - 10px); + width: calc(100% - 60px); height: 40vh; border: 1px solid #e1e1e11e; border-radius: 4px;