File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ body {
195195 overflow-y : auto;
196196 border : 1px solid var (--vscode-panel-border );
197197 border-radius : 4px ;
198+ margin-top : 4px ;
198199 padding : 0 ;
199200}
200201
@@ -470,7 +471,7 @@ body {
470471 padding : 8px 40px 8px 8px ; /* Add right padding for the inline button */
471472 border : 1px solid var (--vscode-input-border );
472473 border-radius : 4px ;
473- background-color : var ( --vscode-input-background ) ;
474+ background-color : transparent ;
474475 color : var (--vscode-input-foreground );
475476 font-family : var (--vscode-font-family );
476477 resize : vertical;
@@ -550,8 +551,8 @@ body {
550551
551552.monaco-input-wrapper .send-button-inline {
552553 position : absolute;
553- right : 14 px ;
554- bottom : 6 px ;
554+ right : 8 px ;
555+ bottom : 8 px ;
555556 min-width : 28px ;
556557 height : 28px ;
557558 padding : 0 8px ;
@@ -570,7 +571,7 @@ body {
570571}
571572
572573.monaco-input-wrapper .send-button-inline : hover : not (: disabled ) {
573- background-color : var ( --vscode-button-hoverBackground ) !important ;
574+ background-color : transparent !important ;
574575 border-radius : 0 !important ;
575576}
576577
@@ -674,7 +675,7 @@ body {
674675 align-items : center;
675676 padding : 8px 12px ;
676677 margin-bottom : 4px ;
677- border-radius : 4 px ;
678+ border-radius : 2 px ;
678679 cursor : pointer;
679680 border : 1px solid var (--vscode-button-secondaryBorder );
680681 background-color : var (--vscode-button-secondaryBackground );
You can’t perform that action at this time.
0 commit comments