File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1271,12 +1271,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
12711271 margin-bottom : 0px ;
12721272}
12731273
1274- .chat-notification-widget .chat-info-codicon .codicon ,
1275- .chat-notification-widget .chat-error-codicon .codicon ,
1276- .chat-notification-widget .chat-warning-codicon .codicon {
1277- margin-top : 2px ;
1278- }
1279-
12801274.interactive-response .interactive-response-error-details .codicon {
12811275 margin-top : 1px ;
12821276}
@@ -1855,10 +1849,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
18551849 display : none;
18561850}
18571851
1858- .interactive-item-container .chat-notification-widget {
1859- padding : 8px 12px ;
1860- }
1861-
18621852.interactive-session .chat-summary-list .monaco-list .monaco-list-row {
18631853 border-radius : 4px ;
18641854}
@@ -1993,7 +1983,9 @@ have to be updated for changes to the rules above, or to support more deeply nes
19931983
19941984.interactive-item-container .chat-notification-widget {
19951985 display : flex;
1986+ align-items : center;
19961987 flex-direction : row;
1988+ padding : 8px 12px ;
19971989 gap : 6px ;
19981990}
19991991
You can’t perform that action at this time.
0 commit comments