Skip to content

Commit 11f8705

Browse files
committed
Fix repos link on Happy Medium
1 parent c881c82 commit 11f8705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@
708708
const padding = '0.5rem';
709709
link.style.setProperty('padding-left', padding, 'important');
710710
link.style.setProperty('padding-right', padding, 'important');
711+
link.style.setProperty('display', 'flex');
711712

712713
let textContent = elementConfig.text.content;
713714

0 commit comments

Comments
 (0)