@@ -1576,7 +1576,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
1576
1576
}
1577
1577
1578
1578
.interactive-session .checkpoint-file-changes-summary .checkpoint-file-changes-summary-header {
1579
- padding : 3px 3px 2 px 3px ;
1579
+ padding : 3px 3px 3 px 3px ;
1580
1580
width : 100% ;
1581
1581
display : flex;
1582
1582
box-sizing : border-box;
@@ -1617,6 +1617,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
1617
1617
display : flex;
1618
1618
}
1619
1619
1620
+ .interactive-session .checkpoint-file-changes-summary .chat-summary-list .monaco-scrollable-element {
1621
+ border-radius : 4px ;
1622
+ }
1623
+
1620
1624
.interactive-session .checkpoint-file-changes-summary .insertions {
1621
1625
color : var (--vscode-chat-linesAddedForeground );
1622
1626
font-weight : bold;
@@ -1634,7 +1638,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
1634
1638
display : none;
1635
1639
}
1636
1640
1637
- .interactive-session .checkpoint-file-changes-summary ,
1641
+ .interactive-session .checkpoint-file-changes-summary {
1642
+ display : flex;
1643
+ flex-direction : column;
1644
+ }
1645
+
1638
1646
.interactive-session .chat-used-context {
1639
1647
display : flex;
1640
1648
flex-direction : column;
@@ -1676,7 +1684,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
1676
1684
padding : 8px 12px ;
1677
1685
}
1678
1686
1679
- .interactive-session .chat-summary-list .monaco-list .monaco-list-row ,
1687
+ .interactive-session .chat-summary-list .monaco-list .monaco-list-row {
1688
+ border-radius : 4px ;
1689
+ }
1690
+
1680
1691
.interactive-session .chat-used-context-list .monaco-list .monaco-list-row {
1681
1692
border-radius : 2px ;
1682
1693
}
@@ -1699,17 +1710,27 @@ have to be updated for changes to the rules above, or to support more deeply nes
1699
1710
1700
1711
.interactive-session .chat-file-changes-label .monaco-button ,
1701
1712
.interactive-session .chat-used-context-label .monaco-button {
1702
- /* unset Button styles */
1703
- display : inline-flex;
1704
1713
width : fit-content;
1705
1714
border : none;
1706
1715
border-radius : 4px ;
1707
1716
gap : 4px ;
1708
- padding : 2px 6px 2px 2px ;
1709
1717
text-align : initial;
1710
1718
justify-content : initial;
1711
1719
}
1712
1720
1721
+ .interactive-session .chat-used-context-label .monaco-button {
1722
+ /* unset Button styles */
1723
+ display : inline-flex;
1724
+ }
1725
+
1726
+ .interactive-session .chat-file-changes-label .monaco-button {
1727
+ padding : 2px 2px 2px 2px ;
1728
+ }
1729
+
1730
+ .interactive-session .chat-used-context-label .monaco-button {
1731
+ padding : 2px 6px 2px 2px ;
1732
+ }
1733
+
1713
1734
.interactive-session .chat-file-changes-label .monaco-button : hover ,
1714
1735
.interactive-session .chat-used-context-label .monaco-button : hover {
1715
1736
background-color : var (--vscode-list-hoverBackground );
0 commit comments