Skip to content

Commit 17ea330

Browse files
authored
fix: left panel style lower right menu style (#2818)
1 parent c2b224f commit 17ea330

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

packages/main-layout/src/browser/tabbar/styles.module.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,20 +389,21 @@
389389
}
390390

391391
> span {
392-
width: 24px;
393-
height: 24px;
392+
width: 48px;
393+
height: 40px;
394394
font-size: 24px;
395395
display: flex;
396396
justify-content: center;
397397
align-items: center;
398398
color: var(--activityBar-inactiveForeground);
399-
margin: 8px auto;
400399
background-size: cover;
401400
&:hover {
402401
transform: scale(1);
402+
background-color: transparent;
403+
color: var(--activityBar-foreground);
403404
}
404405
&:last-child {
405-
margin-bottom: 18px;
406+
margin-bottom: 10px;
406407
}
407408
}
408409
}

0 commit comments

Comments
 (0)