Skip to content

Commit d5d1b1d

Browse files
committed
Straighten skills/workflows and profile tab underlines
1 parent ee618b1 commit d5d1b1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/chat/ui/webview.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ export function chatHtml(): string {
857857
active = 2px light underline + light mono label; inactive = 1px faint underline + grey. */
858858
.mktTabRow { display: flex; align-items: flex-end; gap: 0; margin-bottom: 12px; }
859859
.mktTabs { display: inline-flex; gap: 0; }
860-
.mktTab { background: transparent; border: none; border-bottom: 1px solid #1d1d20; color: #5a5a5d;
860+
.mktTab { background: transparent; border: none; border-radius: 0; border-bottom: 1px solid #1d1d20; color: #5a5a5d;
861861
padding: 10px 22px 12px; font-size: 0.9em; font-weight: 700; letter-spacing: 1.5px;
862862
text-transform: uppercase; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
863863
cursor: pointer; transition: color 0.12s, border-color 0.12s; }
@@ -1344,7 +1344,7 @@ export function chatHtml(): string {
13441344
/* Agent / Community tabs — full-width flat underline marker + kana subtitle (ported
13451345
from the mobile profile tab bar). flex:1 halves form one continuous straight baseline. */
13461346
.pr-tabs { display:flex; gap:0; margin:8px 0 16px; }
1347-
.pr-tab { flex:1; background:transparent; border:none; border-bottom:1px solid #1d1d20; color:#5a5a5d;
1347+
.pr-tab { flex:1; background:transparent; border:none; border-radius:0; border-bottom:1px solid #1d1d20; color:#5a5a5d;
13481348
padding:11px 8px 13px; text-align:center; cursor:pointer;
13491349
transition:color 0.12s, border-color 0.12s; }
13501350
.pr-tab .t { font-size:0.9em; font-weight:700; letter-spacing:1.5px; text-transform:uppercase;

0 commit comments

Comments
 (0)