File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1570,10 +1570,11 @@ impl ActiveThread {
1570
1570
} ) ;
1571
1571
1572
1572
// For all items that should be aligned with the LLM's response.
1573
- const RESPONSE_PADDING_X : Pixels = px ( 18 .) ;
1573
+ const RESPONSE_PADDING_X : Pixels = px ( 19 .) ;
1574
1574
1575
1575
let feedback_container = h_flex ( )
1576
1576
. group ( "feedback_container" )
1577
+ . mt_1 ( )
1577
1578
. py_2 ( )
1578
1579
. px ( RESPONSE_PADDING_X )
1579
1580
. gap_1 ( )
@@ -1697,7 +1698,7 @@ impl ActiveThread {
1697
1698
if let Some ( edit_message_editor) = edit_message_editor. clone ( ) {
1698
1699
let settings = ThemeSettings :: get_global ( cx) ;
1699
1700
let font_size = TextSize :: Small . rems ( cx) ;
1700
- let line_height = font_size. to_pixels ( window. rem_size ( ) ) * 1.5 ;
1701
+ let line_height = font_size. to_pixels ( window. rem_size ( ) ) * 1.75 ;
1701
1702
1702
1703
let text_style = TextStyle {
1703
1704
color : cx. theme ( ) . colors ( ) . text ,
@@ -1781,8 +1782,7 @@ impl ActiveThread {
1781
1782
. cursor_pointer ( )
1782
1783
. child (
1783
1784
h_flex ( )
1784
- . p_2 ( )
1785
- . pt_3 ( )
1785
+ . p_2p5 ( )
1786
1786
. gap_1 ( )
1787
1787
. children ( message_content)
1788
1788
. when_some ( edit_message_editor. clone ( ) , |this, edit_editor| {
You can’t perform that action at this time.
0 commit comments