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

11 lines
279 B
CSS

/* Copyright 2022 Anri Dellal
* SPDX-License-Identifier: MPL-2.0 */
@-moz-document url("about:rights") {
@media (max-width: 500px) {
.rights-header {
background-image: none !important;
padding-inline-end: unset !important;
}
}
}