Skip to content

Commit 2a53a42

Browse files
committed
Tweaks file status badge
1 parent 98f1bb1 commit 2a53a42

File tree

1 file changed

+3
-2
lines changed
  • src/webviews/apps/plus/composer/components/diff

1 file changed

+3
-2
lines changed

src/webviews/apps/plus/composer/components/diff/diff.css.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,9 @@ export const diff2htmlStyles = css`
409409
background-color: var(--d2h-bg-color);
410410
display: flex;
411411
font-size: 10px;
412-
margin-left: 5px;
413-
padding: 0 2px;
412+
margin-left: 6px;
413+
padding: 0px 3px;
414+
border-radius: 2px;
414415
}
415416
.d2h-deleted-tag {
416417
border: 1px solid var(--d2h-del-label-color);

0 commit comments

Comments
 (0)