From 52dcc8c282634660cd243a52a7416951f6e89def Mon Sep 17 00:00:00 2001 From: arzumify Date: Thu, 16 May 2024 19:09:47 +0100 Subject: [PATCH] Made nicer input boxes out of inoutdiv --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 223a9dc..ce158d4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -85,7 +85,7 @@ body { background-color: var(--bar); } -.inoutdiv input { +input { width: calc(100% - 120px); height: 30px; margin-bottom: 10px;