From 58eae2f249fc215a68aba189f76b30ef96a8b6f7 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 29 Mar 2023 20:05:40 +0200 Subject: [PATCH] userchrome update --- .local/share/librewolf/chrome/includes/config.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/share/librewolf/chrome/includes/config.css b/.local/share/librewolf/chrome/includes/config.css index 0902e2904..b3fc9cbd0 100644 --- a/.local/share/librewolf/chrome/includes/config.css +++ b/.local/share/librewolf/chrome/includes/config.css @@ -50,9 +50,9 @@ #tracking-protection-icon-container { display: none !important; } /* Encryption and Permissions icons */ /* Only hides permission items */ - #identity-permission-box { display: none !important; } + /* #identity-permission-box { display: none !important; } */ /* Hides encryption AND permission items */ - #identity-box { display: none !important } + /* #identity-box { display: none !important } */ /* Hide everything BUT the zoom indicator within the URL Bar */ #page-action-buttons > :not(#urlbar-zoom-button) { display: none !important; } /* Hide the »Go«-arrow in the URL Bar */