Skip to content

Commit 434ebfb

Browse files
authored
fix: polish chat related files UI (#241751)
* fix: adopt dashed border for chat related files * fix: decrease + button size for chat related files
1 parent 793631c commit 434ebfb

File tree

1 file changed

+3
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
720720
border-radius: 4px;
721721
height: 18px;
722722
border: 1px solid var(--vscode-input-border);
723+
border-style: dashed;
723724
align-items: center;
724725
overflow: hidden;
725726
padding: 0 0 0 2px;
@@ -730,7 +731,8 @@ have to be updated for changes to the rules above, or to support more deeply nes
730731
color: var(--vscode-descriptionForeground);
731732
padding-right: 4px;
732733
padding-left: 4px;
733-
padding-top: 3px;
734+
padding-top: 5px;
735+
font-size: 14px; /* The + codicon is large, make it look more like the x codicon */
734736
height: 100%;
735737
}
736738

0 commit comments

Comments
 (0)