From 42a7e573bc8aaf0afb9c3edfaa1fe09bb0f2398e Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 29 Mar 2022 12:17:37 +0200 Subject: [PATCH] Add padding to toolbar --- crates/zed/assets/themes/_base.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/zed/assets/themes/_base.toml b/crates/zed/assets/themes/_base.toml index 54afc3d5a1..be5d0ead08 100644 --- a/crates/zed/assets/themes/_base.toml +++ b/crates/zed/assets/themes/_base.toml @@ -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 }