owncast/web/components
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
..
action-buttons fix(ui): reduce empty vertical space between action buttons and content header 2023-04-30 13:34:37 -07:00
admin feat: add support for markdown in offline message. Closes #2921 (#2977) 2023-05-01 19:45:27 -07:00
chat fix(chat): add slight spacing via margin below bottom chat message 2023-05-08 19:29:00 -07:00
common fix(ui): do not use hard-coded colors for text 2023-05-05 12:20:50 -07:00
layouts Address some layout issues with odd content spacing on mobile, and footer position (#3022) 2023-05-18 12:13:26 -07:00
modals some webv2 UI polish (#2940) 2023-04-24 10:58:57 -07:00
ServerRendered Support CSP nonce for webv2. Closes #2127 2022-12-12 17:04:00 -08:00
stores Guard against duplicate websocket connections. Closes #2773 2023-03-31 21:01:16 -07:00
theme fix(mobile): support a dynamic mobile browser theme color 2023-05-06 17:06:14 -07:00
TitleNotifier fix(web): set document title via dom instead of javascript. Closes #2918 2023-04-15 14:22:14 -07:00
ui Address some layout issues with odd content spacing on mobile, and footer position (#3022) 2023-05-18 12:13:26 -07:00
video Address some layout issues with odd content spacing on mobile, and footer position (#3022) 2023-05-18 12:13:26 -07:00
workers/PushNotificationServiceWorker Use built-in Next layout support + lazy load 2023-01-09 01:08:24 -08:00
.eslintrc.js reafctor: normalize component formatting (#2082) 2022-09-07 00:00:28 -07:00
_COMPONENT_HOW_TO.md Use simpler example for ErrorBoundary 2023-03-14 21:34:36 -07:00