Merge pull request #59 from NullHypothesis/improve-icons

Make border radius 25% instead.
This commit is contained in:
Philipp Winter 2025-02-01 14:04:24 -06:00 committed by GitHub
commit ca88c9a1e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;