23 lines
408 B
CSS
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;
|
|
}
|
|
}
|
|
}
|