Skip to content

Commit 72cdb87

Browse files
lemurra_microsoftlemurra_microsoft
authored andcommitted
Adjust input area styles for improved layout and visual consistency
1 parent 1b256d7 commit 72cdb87

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

webviews/dashboardView/index.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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: 14px;
554-
bottom: 6px;
554+
right: 8px;
555+
bottom: 8px;
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: 4px;
678+
border-radius: 2px;
678679
cursor: pointer;
679680
border: 1px solid var(--vscode-button-secondaryBorder);
680681
background-color: var(--vscode-button-secondaryBackground);

0 commit comments

Comments
 (0)