Skip to content

Commit c5b1101

Browse files
committed
Remove extra padding and fix CI centering
1 parent e2b1943 commit c5b1101

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/github-custom-global-navigation.user.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@
17291729
.${REPOSITORY_HEADER_CLASS} .rgh-ci-link
17301730
{
17311731
align-items: center;
1732-
display: flex;
1732+
display: flex !important;
17331733
margin-right: var(--base-size-24, 24px);
17341734
}
17351735
@@ -3376,11 +3376,6 @@
33763376
align-items: self-end;
33773377
}
33783378
3379-
${SELECTORS.header.localBar.repositoryNav} ul li
3380-
{
3381-
padding-bottom: 5px;
3382-
}
3383-
33843379
${SELECTORS.header.localBar.repositoryNav} ul li:has(.UnderlineNav-item.selected)
33853380
{
33863381
border: 1px solid var(--borderColor-muted);

0 commit comments

Comments
 (0)