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

8 lines
209 B
CSS

/* Copyright 2022 Anri Dellal
* SPDX-License-Identifier: MPL-2.0 */
@-moz-document url("about:addons"), url-prefix("about:addons") {
:root {
--section-width: min(664px, 100%) !important;
}
}