fix findbar

This commit is contained in:
Cynthia Foxwell 2023-04-13 09:21:48 -06:00
parent a99004b632
commit baf06e964f
1 changed files with 6 additions and 3 deletions

View File

@ -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 {