mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-04-05 03:18:29 +00:00
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;
|
|
}
|
|
}
|
|
}
|