mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +00:00
project panel/styles: Align child's chevron with parent path (#2559)
Z-1012 Release notes: - Adjust indent of files in subdirectories.
This commit is contained in:
parent
398b0f303c
commit
a0e2e5db7d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export default function projectPanel(colorScheme: ColorScheme) {
|
||||||
},
|
},
|
||||||
background: background(layer),
|
background: background(layer),
|
||||||
padding: { left: 12, right: 12, top: 6, bottom: 6 },
|
padding: { left: 12, right: 12, top: 6, bottom: 6 },
|
||||||
indentWidth: 8,
|
indentWidth: 16,
|
||||||
entry,
|
entry,
|
||||||
draggedEntry: {
|
draggedEntry: {
|
||||||
...baseEntry,
|
...baseEntry,
|
||||||
|
|
Loading…
Reference in a new issue