From 89eb3793eb6c4a4c4a5522935295f94e60940420 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Sat, 1 Feb 2025 14:02:34 -0600 Subject: [PATCH] Make border radius 25% instead. Otherwise WebKit is cutting off parts of the icons. --- src/header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header.go b/src/header.go index fb58cb2..5688163 100644 --- a/src/header.go +++ b/src/header.go @@ -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;