From 14de6ac948cd4c8ef7f5f29eaec8e832f78d4c44 Mon Sep 17 00:00:00 2001 From: Yuvan Michael Date: Fri, 25 Feb 2022 13:11:51 +0530 Subject: [PATCH] Update headerbar-urlbar.css Made the tabs and url bar be seperated. This tweak edits the width of the urlbar so that the tabs are not attached to the url bar. I think this is how it is in macos monterey's safari. --- .../firefox/Monterey/parts/headerbar-urlbar.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar.css b/src/other/firefox/Monterey/parts/headerbar-urlbar.css index a60f8a4..1cfb0b7 100644 --- a/src/other/firefox/Monterey/parts/headerbar-urlbar.css +++ b/src/other/firefox/Monterey/parts/headerbar-urlbar.css @@ -30,7 +30,7 @@ toolbarspring { border-radius: 8px !important; border: 1px solid transparent !important; padding: 0 0 !important; - max-width: 360px !important; + max-width: 320px !important; } #urlbar-background { box-shadow: none !important; @@ -49,21 +49,21 @@ toolbarspring { #wrapper-urlbar-container, #urlbar #urlbar-input-container { padding: 0 !important; - width: 360px !important; - min-width: 360px !important; + width: 320px !important; + min-width: 320px !important; } :root[sizemode="maximized"] #urlbar, :root[sizemode="maximized"] #urlbar-container, :root[sizemode="maximized"] #wrapper-urlbar-container { - width: 360px !important; - min-width: 360px !important; + width: 320px !important; + min-width: 320px !important; } #urlbar[breakout][breakout-extend] { left: 0 !important; top: 0 !important; - width: 360px !important; + width: 320px !important; z-index: 5 !important; padding: 0 0 !important; }