From 13360bcc3ac5eb44b0835b3f32e231eb352914a1 Mon Sep 17 00:00:00 2001 From: Colin Doherty Date: Tue, 20 Jan 2026 17:27:13 -0800 Subject: [PATCH] fixed breakout problem --- dist/userChrome.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dist/userChrome.css b/dist/userChrome.css index aa5d1fb..9fe9da9 100644 --- a/dist/userChrome.css +++ b/dist/userChrome.css @@ -68,9 +68,8 @@ border: none !important; } #urlbar[breakout][breakout-extend] { - top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; - left: 0 !important; - width: 100% !important; + left: 10% !important; + width: 80% !important; } #urlbar[breakout][breakout-extend] > #urlbar-input-container { @@ -126,4 +125,4 @@ .urlbar-icon { color: var(--mff-icon-color) !important; -} +} \ No newline at end of file