mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-04-05 03:18:29 +00:00
8 lines
209 B
CSS
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;
|
|
}
|
|
}
|