mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-14 21:30:16 +00:00
75c57aa3aa
Adjust the license to be able to upstream adjustments from this repository to upstream Firefox. I've asked all contributors if they are fine with the license change in the related issue. Fixes: https://gitlab.com/postmarketOS/mobile-config-firefox/-/issues/31
23 lines
408 B
CSS
23 lines
408 B
CSS
/* Copyright 2021 Anri Dellal
|
|
* SPDX-License-Identifier: MPL-2.0 */
|
|
|
|
@-moz-document regexp("about:preferences.*") {
|
|
.sticky-container {
|
|
display: flex;
|
|
}
|
|
|
|
#policies-container {
|
|
display: none;
|
|
}
|
|
|
|
/* #sync page */
|
|
.fxaMobilePromo {
|
|
display: none;
|
|
}
|
|
|
|
@media (max-width: 700px) {
|
|
.fxaSyncIllustration {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|