diff --git a/crates/collab_ui2/src/collab_panel.rs b/crates/collab_ui2/src/collab_panel.rs index 7d01c080e89d124f0ca2ffd4d8a273ada7f30f32..b5b7a726d3490464dc13df60c707f68222075def 100644 --- a/crates/collab_ui2/src/collab_panel.rs +++ b/crates/collab_ui2/src/collab_panel.rs @@ -2120,6 +2120,7 @@ impl CollabPanel { ListItem::new(channel_id as usize) // Add one level of depth for the disclosure arrow. .indent_level(depth + 1) + .indent_step_size(px(20.)) .selected(is_selected || is_active) .toggle(disclosed) .on_toggle( @@ -2190,6 +2191,7 @@ impl CollabPanel { .inset(false) // Add one level of depth for the disclosure arrow. .indent_level(depth + 1) + .indent_step_size(px(20.)) .start_slot( IconElement::new(Icon::Hash) .size(IconSize::Small)