Skip to content

Commit

Permalink
Make border radius 25% instead.
Browse files Browse the repository at this point in the history
Otherwise WebKit is cutting off parts of the icons.
  • Loading branch information
NullHypothesis committed Feb 1, 2025
1 parent 1dc5db3 commit 89eb379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const headerTemplate = `
height: 1em;
width: 1em;
display: inline-block;
border-radius: 50%;
border-radius: 25%;
transition: background-color 0.3s ease;
padding: 0.5em;
overflow: visible;
Expand Down

0 comments on commit 89eb379

Please sign in to comment.