Skip to content

Commit

Permalink
prompt-buffer.lisp: Add padding between prompt/suggestion count.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmercouris committed Dec 4, 2023
1 parent f0448f5 commit c0b07fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/prompt-buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ See `nyxt::attribute-widths'.")
:background-color ,theme:primary
:color ,theme:on-primary
:padding-left "10px"
:padding-right "8px"
:line-height "28px")
`("#prompt-input"
:margin-right "-10px"
Expand Down

0 comments on commit c0b07fd

Please sign in to comment.