Skip to content

Commit 89eb379

Browse files
Make border radius 25% instead.
Otherwise WebKit is cutting off parts of the icons.
1 parent 1dc5db3 commit 89eb379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const headerTemplate = `
8484
height: 1em;
8585
width: 1em;
8686
display: inline-block;
87-
border-radius: 50%;
87+
border-radius: 25%;
8888
transition: background-color 0.3s ease;
8989
padding: 0.5em;
9090
overflow: visible;

0 commit comments

Comments
 (0)