assistant2: Adjust "you" message block design (#23281)

Danilo Leal created

Just removing the extra indentation margin.

Release Notes:

- N/A

Change summary

crates/assistant2/src/active_thread.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/assistant2/src/active_thread.rs 🔗

@@ -280,12 +280,12 @@ impl ActiveThread {
                 .child(
                     v_flex()
                         .bg(colors.editor_background)
-                        .ml_16()
                         .rounded_t_lg()
                         .rounded_bl_lg()
                         .rounded_br_none()
                         .border_1()
                         .border_color(colors.border)
+                        .shadow_sm()
                         .child(
                             h_flex()
                                 .py_1()