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

11 lines
281 B
CSS

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