owncast/web/components/ui/Content
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
..
ActionButtons.tsx Refactor mobile chat into modal (#3038) 2023-05-22 18:56:44 -07:00
Content.module.scss change chat from a sidebar to a column (#3113) 2023-07-09 14:07:35 -07:00
Content.tsx change chat from a sidebar to a column (#3113) 2023-07-09 14:07:35 -07:00
DesktopContent.module.scss fix(ui): vh->vw for content margin 2023-04-26 21:42:30 -07:00
DesktopContent.tsx fix: #2668 Page Vertical Spacing Issues (#2863) 2023-04-26 15:31:23 -07:00
MobileContent.module.scss chore: run stylelint on our css files 2023-06-20 20:58:00 -07:00
MobileContent.tsx fix(mobile): remove extra 20px of padding 2023-05-25 08:20:03 -07:00