From be07e8712ba035278d596e5931a95b961b9ddaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 27 Apr 2024 20:38:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(browser):=20delete=20a=20marg?= =?UTF-8?q?in=20directive=20to=20center=20the=20url=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/browser/chrome/userChrome.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/browser/chrome/userChrome.css b/.config/browser/chrome/userChrome.css index 0d831944..d5ae4d9b 100644 --- a/.config/browser/chrome/userChrome.css +++ b/.config/browser/chrome/userChrome.css @@ -161,10 +161,6 @@ toolbar:not([customizing]) > #nav-bar-customization-target { height: calc((var(--TabsHeight) * 1px + var(--TabsBorder) * 1px) + 0px); } -#nav-bar { - margin-left: 35px !important; -} - #urlbar-container { min-width: 0px !important; flex: auto !important;