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:
Piotr Osiewicz
2023-06-06 16:55:38 +02:00
committed by GitHub
parent 398b0f303c
commit a0e2e5db7d
+1 -1
View File
@@ -72,7 +72,7 @@ export default function projectPanel(colorScheme: ColorScheme) {
},
background: background(layer),
padding: { left: 12, right: 12, top: 6, bottom: 6 },
indentWidth: 8,
indentWidth: 16,
entry,
draggedEntry: {
...baseEntry,