mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
Add padding to toolbar
This commit is contained in:
parent
a86118cfe2
commit
42a7e573bc
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ background = "$surface.1"
|
|||
border = { color = "$border.0", width = 1, left = false, right = false, bottom = true, top = false }
|
||||
height = 44
|
||||
item_spacing = 8
|
||||
padding.left = 8
|
||||
padding.right = 8
|
||||
|
||||
[panel]
|
||||
padding = { top = 12, left = 12, bottom = 12, right = 12 }
|
||||
|
|
Loading…
Reference in a new issue