fix bad styling in attachments for images (#292099)

This commit is contained in:
Justin Chen
2026-01-31 19:16:05 -08:00
committed by GitHub
parent e6f0ffde9c
commit c6cdeb142a
@@ -2319,6 +2319,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
user-select: none;
outline: none;
border: none;
.codicon.codicon-file-media {
font-size: 12px;
}
}
.chat-attached-context-attachment .attachment-additional-info {
@@ -2328,10 +2332,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
}
.chat-attached-context-attachment .chat-attached-context-pill-image {
width: 14px;
height: 14px;
width: 13px;
height: 13px;
border-radius: 2px;
object-fit: cover;
margin-right: 3px;
}
.chat-attached-context-attachment .chat-attached-context-custom-text {