Skip to content

Commit

Permalink
buffer.lisp: Change padding left for controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmercouris committed Oct 28, 2023
1 parent 1cbffde commit 36dbf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ Also see `panel-page'."))
`("#controls"
:background-color ,theme:secondary
:color ,theme:on-secondary
:padding-left "10px"
:padding-left "8px"
:overflow "hidden"
:white-space "nowrap"
:z-index "3"
Expand Down

0 comments on commit 36dbf03

Please sign in to comment.