Skip to content

Commit e66ae97

Browse files
committed
Refactor response preview CSS to correctly apply font size to inner elements and update the package version
1 parent 1a63653 commit e66ae97

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/ui/src/components/editor/panel/ResponsePreview/components/TextItem.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.text {
22
color: var(--vscode-descriptionForeground);
3-
font-size: var(--font-size-12px);
3+
44
margin: var(--padding-6px) var(--padding-12px);
55
background: var(--vscode-list-hoverBackground);
66
padding: var(--padding-5px) var(--padding-7px);
@@ -9,6 +9,7 @@
99

1010
> * {
1111
margin: 0;
12+
font-size: var(--font-size-12px);
1213
}
1314
> * + * {
1415
margin-top: 0.5em;
@@ -18,6 +19,7 @@
1819
padding-left: 20px;
1920
}
2021
code {
22+
font-size: var(--font-size-11px);
2123
background-color: var(--vscode-textCodeBlock-background);
2224
padding: 2px 4px;
2325
border-radius: 3px;

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "Blazing fast AI pair programming for production-grade code. Select context as you go for game-changing accuracy and speed. (CWC)",
5-
"version": "1.504.0",
5+
"version": "1.505.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)