Hide minimize/maximize/close buttons (MR 39)
This commit is contained in:
parent
0187c6c605
commit
4116b6663b
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
/* Copyright 2022 plata
|
/* Copyright 2022 plata
|
||||||
* SPDX-License-Identifier: MPL-2.0 */
|
* SPDX-License-Identifier: MPL-2.0 */
|
||||||
|
|
||||||
/* Move navigation bar to bottom */
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
|
/* Move navigation bar to bottom */
|
||||||
#browser {
|
#browser {
|
||||||
-moz-box-ordinal-group: 0 !important; /* before FF 113 */
|
-moz-box-ordinal-group: 0 !important; /* before FF 113 */
|
||||||
order: -1 !important; /* since FF 113 */
|
order: -1 !important; /* since FF 113 */
|
||||||
|
@ -16,4 +16,9 @@
|
||||||
#TabsToolbar[inFullscreen] {
|
#TabsToolbar[inFullscreen] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide minimize/maximize/close buttons */
|
||||||
|
.titlebar-buttonbox-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue