logoassistant-ui
ReferenceLegacyStyled Components

Thread Width

You can modify the max width of the thread via the CSS variable --aui-thread-max-width.

Wider Thread

@/app/globals.css
:root {
  --aui-thread-max-width: 600px;
}

Take up the whole screen

@/app/globals.css
:root {
  --aui-thread-max-width: infinity;
}

On this page

Edit on Github