mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-04-09 05:48:28 +00:00
11 lines
279 B
CSS
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;
|
|
}
|
|
}
|
|
}
|