owncast/web/components/ui/Content
gingervitis c2a0295a0c
Address some layout issues with odd content spacing on mobile, and footer position (#3022)
* - set vars for player container height and status bar height
- use them to calculate mobile top spacing to adjust for tab content positioning

* give main content section a min height, place footer absolutely at bottom; rm all the fixed footer styling

* cleanup; restructure tabbed display logic and css a bit

* Prettified Code!

* cleanup

* fix(story): footer story needs to be wrapped in RecoilRoot if it is to use Recoil

* revert adding footer to mobile about section

* prevent double scrolling

---------

Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2023-05-18 12:13:26 -07:00
..
ActionButtons.tsx fix(mobile): do not show action menu if there are no actions. Closes #2985 2023-05-04 21:37:52 -07:00
Content.module.scss Address some layout issues with odd content spacing on mobile, and footer position (#3022) 2023-05-18 12:13:26 -07:00
Content.tsx fix(mobile): toggle tablet content layout based on online state. Closes #3003 (#3007) 2023-05-12 07:00:04 -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 fix(ui): restore page margin and background color. Closes #2959 2023-04-26 21:27:35 -07:00
MobileContent.tsx Address some layout issues with odd content spacing on mobile, and footer position (#3022) 2023-05-18 12:13:26 -07:00