From 4c5bf3b39c75b8a27eb37c9ab0dd3e15e46fd323 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 7 Jun 2025 16:05:55 +0200 Subject: [PATCH] Changed width of url insert --- data/style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/style/style.css b/data/style/style.css index 2ec624a..1255105 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -654,6 +654,7 @@ div.content { } .insert form input[type="text"] { + width: calc(100% - 120px); padding: 10px; border: none; border-radius: 5px;