Skip to content

Commit 830e58e

Browse files
author
Miguel Solorio
committed
Tweak home icon badge position and sizing
1 parent ea45ce6 commit 830e58e

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/vs/workbench/browser/parts/activitybar/media/activitybarpart.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,17 @@
3838
.monaco-workbench .activitybar > .content > .home-bar > .home-bar-icon-badge {
3939
position: absolute;
4040
right: 10px;
41-
bottom: 10px;
42-
width: 16px;
43-
height: 16px;
41+
bottom: 9px;
42+
width: 14px;
43+
height: 14px;
4444
z-index: 1; /* on top of home indicator */
4545
background-image: url('../../../media/code-icon.svg');
4646
background-repeat: no-repeat;
4747
background-position: center center;
48-
background-size: 16px;
48+
background-size: 14px;
49+
pointer-events: none;
50+
border-top: 2px solid transparent;
51+
border-left: 2px solid transparent;
4952
}
5053

5154
/** Viewlet Switcher */

0 commit comments

Comments
 (0)