Make border radius 25% instead.

Otherwise WebKit is cutting off parts of the icons.
This commit is contained in:
Philipp Winter 2025-02-01 14:02:34 -06:00
parent 1dc5db35bc
commit 89eb3793eb

View file

@ -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;