Source
add a CSS snippet with the following content
:root {
--custom_line_width: 1100px;
}
body {
--file-line-width: var(--custom_line_width) /* !important */;
}
Source
add a CSS snippet with the following content
:root {
--custom_line_width: 1100px;
}
body {
--file-line-width: var(--custom_line_width) /* !important */;
}