We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b224f commit 17ea330Copy full SHA for 17ea330
1 file changed
packages/main-layout/src/browser/tabbar/styles.module.less
@@ -389,20 +389,21 @@
389
}
390
391
> span {
392
- width: 24px;
393
- height: 24px;
+ width: 48px;
+ height: 40px;
394
font-size: 24px;
395
display: flex;
396
justify-content: center;
397
align-items: center;
398
color: var(--activityBar-inactiveForeground);
399
- margin: 8px auto;
400
background-size: cover;
401
&:hover {
402
transform: scale(1);
+ background-color: transparent;
403
+ color: var(--activityBar-foreground);
404
405
&:last-child {
- margin-bottom: 18px;
406
+ margin-bottom: 10px;
407
408
409
0 commit comments