From 903a01745ffaa890783e3dd05448ac7ff96b5b5c Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 18 Dec 2023 16:09:06 +0530 Subject: [PATCH] Use 0px for padding for input row buttons in web --- src/khoj/interface/web/chat.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index 2c64d96c..f17e9b11 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -987,6 +987,7 @@ To get started, just start typing below. You can also type / to see a list of co border: 1px solid var(--main-text-color); box-shadow: 0 0 11px #aaa; border-radius: 5px; + padding: 0px; font-size: 14px; font-weight: 300; line-height: 1.5em;