@ -1,2 +1,19 @@
# css-injector-extension
# CSS Injector Extension
Examples:
**ChatGPT**
> Make thread messages wider
```css
@layer override {
:root {
--thread-content-max-width: 100% !important;
}
[class*="thread-"] {
max-width: 100% !important;
```
The note is not visible to the blocked user.