From baf06e964f1665bf82e14fcd73bcc0ce0a91ff62 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 13 Apr 2023 09:21:48 -0600 Subject: [PATCH] fix findbar --- chrome/userChrome.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index bd73825..9587fb8 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -1387,9 +1387,12 @@ hbox[anonid="findbar-textbox-wrapper"]::after { padding: 0 !important; } -.browserContainer > findbar, -.close-icon.findbar-closebutton { - -moz-box-ordinal-group: 0; +.browserContainer { + flex-direction: column-reverse !important; +} + +findbar { + flex-direction: row-reverse !important; } .close-icon.findbar-closebutton {