mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-14 21:30:16 +00:00
24 lines
421 B
CSS
24 lines
421 B
CSS
|
/* Copyright 2021 Anri Dellal
|
||
|
SPDX-License-Identifier: GPL-3.0-or-later */
|
||
|
|
||
|
@-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;
|
||
|
}
|
||
|
}
|
||
|
}
|