mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Use 0px for padding for input row buttons in web
This commit is contained in:
@@ -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);
|
border: 1px solid var(--main-text-color);
|
||||||
box-shadow: 0 0 11px #aaa;
|
box-shadow: 0 0 11px #aaa;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
padding: 0px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user