mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-14 21:30:16 +00:00
10 lines
206 B
CSS
10 lines
206 B
CSS
|
/* 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;
|
||
|
}
|
||
|
}
|