diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar-alt.css b/src/other/firefox/Monterey/parts/headerbar-urlbar-alt.css index 02d58784..219acf3f 100644 --- a/src/other/firefox/Monterey/parts/headerbar-urlbar-alt.css +++ b/src/other/firefox/Monterey/parts/headerbar-urlbar-alt.css @@ -44,6 +44,7 @@ toolbarspring { width: 100% !important; z-index: 5 !important; padding: 0 0 !important; + border-radius: 10px !important; } #urlbar[breakout][breakout-extend][open] { height: auto !important; diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar.css b/src/other/firefox/Monterey/parts/headerbar-urlbar.css index 03d83e0e..af08005c 100644 --- a/src/other/firefox/Monterey/parts/headerbar-urlbar.css +++ b/src/other/firefox/Monterey/parts/headerbar-urlbar.css @@ -66,6 +66,7 @@ toolbarspring { width: 360px !important; z-index: 5 !important; padding: 0 0 !important; + border-radius: 10px !important; } #urlbar[breakout][breakout-extend][open] { height: auto !important;