From 052c6f812f5556fae7a5d98fbbaf5a7dce282de5 Mon Sep 17 00:00:00 2001 From: TGSAN Date: Thu, 29 Jun 2023 20:19:45 +0800 Subject: [PATCH] Add padding to Address/Search bar --- chrome/toolbar/urlbar.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/toolbar/urlbar.css b/chrome/toolbar/urlbar.css index 6ee7e20..390ee9d 100644 --- a/chrome/toolbar/urlbar.css +++ b/chrome/toolbar/urlbar.css @@ -131,6 +131,10 @@ order: 2 !important; } +#urlbar, #searchbar { + padding: 0 4px !important; +} + #urlbar-container:not(:hover) #tracking-protection-icon-container:not([open]) { visibility: collapse !important; }