Skip to content

Commit cad9007

Browse files
authored
Merge pull request microsoft#242257 from mjbvz/initial-possum
Fix icon sizing for themes with custom font-sizes
2 parents 56d1dd4 + a4287ca commit cad9007

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,11 +1245,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
12451245
}
12461246

12471247
.interactive-session .chat-attached-context .chat-attached-context-attachment .monaco-icon-label {
1248-
gap: 3px;
1248+
gap: 4px;
12491249
}
12501250

12511251
.interactive-session .chat-attached-context .chat-attached-context-attachment .monaco-icon-label::before {
1252-
height: 90%;
1252+
height: 1em;
12531253
width: auto;
12541254
padding: 0;
12551255
line-height: 1em !important;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
display: inline-block;
4040
line-height: 100%;
4141
overflow: hidden;
42+
font-size: 100% !important;
4243

4344
background-size: contain;
4445
background-position: center;

0 commit comments

Comments
 (0)