diff --git a/src/userChrome/browser.css b/src/userChrome/browser.css new file mode 100644 index 0000000..9a141d9 --- /dev/null +++ b/src/userChrome/browser.css @@ -0,0 +1,9 @@ +/* Copyright 2021 plata + * SPDX-License-Identifier: GPL-3.0-or-later */ + +/* Move navigation bar to bottom */ +@media (max-width: 700px) { + #browser { + -moz-box-ordinal-group: 0 !important; + } +}