LegacyStyled Components
Thread Width
You can modify the max width of the thread via the CSS variable --aui-thread-max-width.
Wider Thread
:root {
--aui-thread-max-width: 600px;
}Take up the whole screen
:root {
--aui-thread-max-width: infinity;
}