owncast/web/components/chat/ChatContainer
janWilejan 2d72935564
change chat from a sidebar to a column (#3113)
* change chat from a sidebar to a column

Using a 2-column layout prevents the chat scrollbar from overlapping the page
scrollbar. Also, it no longer needs to calculate extra padding for elements.

* remove unused Sidebar.tsx

* fix css for chat column

* re-center "Go to last message" button

* main content column always uses maximum height

* lint

* re-hide scrollbars in mainContent on chromium

* fix chat column width when input is over-full

* chat is only fixed-width in desktop

---------

Co-authored-by: janWilejan <>
2023-07-09 14:07:35 -07:00
..
ChatContainer.module.scss change chat from a sidebar to a column (#3113) 2023-07-09 14:07:35 -07:00
ChatContainer.stories.tsx fix(chat): fix bot status not showing. Closes #3046 2023-05-31 13:54:03 -07:00
ChatContainer.tsx Fix chat flicker / Usernames collapse in order (#3135) 2023-07-05 11:51:16 -07:00
ScrollToBotBtn.tsx feat(ui): add id to scroll to bottom button 2023-05-08 09:44:39 -07:00