mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-20 13:19:09 -04:00
Make border radius 25% instead.
Otherwise WebKit is cutting off parts of the icons.
This commit is contained in:
parent
1dc5db35bc
commit
89eb3793eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue