mobile-config-firefox/src/userContent/preferences.css
2022-01-30 11:59:57 +01:00

23 lines
408 B
CSS

/* Copyright 2022 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;
}
}
}