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 {