mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 05:44:17 +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 }
|
border = { color = "$border.0", width = 1, left = false, right = false, bottom = true, top = false }
|
||||||
height = 44
|
height = 44
|
||||||
item_spacing = 8
|
item_spacing = 8
|
||||||
|
padding.left = 8
|
||||||
|
padding.right = 8
|
||||||
|
|
||||||
[panel]
|
[panel]
|
||||||
padding = { top = 12, left = 12, bottom = 12, right = 12 }
|
padding = { top = 12, left = 12, bottom = 12, right = 12 }
|
||||||
|
|
Loading…
Reference in a new issue