mobile-config-firefox/src/userContent/preferences.css

24 lines
408 B
CSS
Raw Normal View History

/* 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;
}
2021-11-18 17:59:46 +00:00
@media (max-width: 700px) {
.fxaSyncIllustration {
display: none;
}
}
}