mobile-config-firefox/src/userContent/rights.css
2021-12-05 11:45:40 +01:00

11 lines
288 B
CSS

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