From 6ccbd406cb7d312c2c525f008356d645309f5c8b Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 17 Feb 2025 01:31:12 -0600 Subject: [PATCH] feat: removed buttonbox --- .../apps/browsers/floorp/config/themes/config/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/gui/apps/browsers/floorp/config/themes/config/userChrome.css b/modules/home/gui/apps/browsers/floorp/config/themes/config/userChrome.css index 87c894f..8313c11 100755 --- a/modules/home/gui/apps/browsers/floorp/config/themes/config/userChrome.css +++ b/modules/home/gui/apps/browsers/floorp/config/themes/config/userChrome.css @@ -54,6 +54,10 @@ display: none !important; } +#urlbar-input { + padding-left: 8px !important; +} + /* Hide site information button */ #identity-box { display: none !important;