mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
Use 0px for padding for input row buttons in web
This commit is contained in:
parent
1e14a24f06
commit
903a01745f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue