From 7055ed7cf0a653c2a05650761918670d736af658 Mon Sep 17 00:00:00 2001 From: eggnog-plus <157634669+eggnog-plus@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:23:41 -0500 Subject: [PATCH] fix: remove nav border after firefox 122.0 upgrade --- userChrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userChrome.css b/userChrome.css index 19d7876..8c67530 100644 --- a/userChrome.css +++ b/userChrome.css @@ -143,4 +143,5 @@ See the above repository for updates as well as full license text. */ } #navigator-toolbox { appearance: toolbar !important; /* Pretty much anything except none */ + border: none !important; }