Skip to content

Commit 06298d5

Browse files
committed
fix(terminal): use up-chevron for shell dropdown and 30px button width
1 parent 46da03f commit 06298d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/extensionsIntegrated/Terminal/terminal-panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<span class="terminal-btn-label">New Terminal</span>
1212
</button>
1313
<button class="terminal-flyout-dropdown-btn" title="Select Default Shell">
14-
<i class="fa-solid fa-chevron-down"></i>
14+
<i class="fa-solid fa-chevron-up"></i>
1515
</button>
1616
</div>
1717
<div class="terminal-shell-dropdown forced-hidden"></div>

src/styles/Extn-Terminal.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
display: none;
263263
align-items: center;
264264
justify-content: center;
265-
width: 24px;
265+
width: 30px;
266266
height: 100%;
267267
padding: 0;
268268
cursor: pointer;

0 commit comments

Comments
 (0)