234 B
234 B
CSS Injector Extension
Examples:
ChatGPT
Make thread messages wider
@layer override {
:root {
--thread-content-max-width: 100% !important;
}
[class*="thread-"] {
max-width: 100% !important;
}
}