Skip to content

Commit 04901db

Browse files
authored
Chat - fix icon alignment in error card (microsoft#264919)
1 parent 5be90b9 commit 04901db

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

  • src/vs/workbench/contrib/chat/browser/media

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)