Skip to content

Commit bd7c8b7

Browse files
authored
Adjust CSS to fix spacing in split ActionBarButton (#7739)
This PR makes a small adjustment to the `ActionBarButton` component for better spacing of the split codicon.
1 parent ddf216f commit bd7c8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/platform/positronActionBar/browser/components/actionBarButton.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
110110

111111
.action-bar-button-icon.enabled-split {
112112
display: flex;
113-
padding: 0 2px 0 3px;
113+
padding: 0 4px;
114114
}
115115

116116
.action-bar-button-icon.enabled-split:hover {
117117
border-radius: 4px;
118-
padding: 0 2px 0 3px;
118+
padding: 0 4px 0 3px;
119119
filter: brightness(90%);
120120
background: var(--positronActionBar-hoverBackground);
121121
}

0 commit comments

Comments
 (0)