owncast/web/components
Patrick Bollinger 9a7925444f
Fix embedded status bar being cut off (#3352)
* Fix embedded status bar being cut off

This should resolve https://github.com/owncast/owncast/issues/3210.

As recommended in the discussion, flexbox was the way to solve this issue.
The main thing that needed to be addressed though was not applying too many constraints on the OwncastPlayer component just because it was embedded.
By removing the embedded constraints, styling appears to be working as expected.
I'll attach screenshots to the pull request.

* Fix eslint error
2023-10-21 21:46:10 -07:00
..
action-buttons chore(deps): update dependency eslint-plugin-react to v7.33.0 (#3205) 2023-07-29 15:57:45 -07:00
admin Update ClientTable.tsx (#3342) 2023-10-07 13:14:07 -07:00
chat feat(chat): add support for chat part messages. Closes #3201 (#3291) 2023-09-10 10:58:11 -07:00
common Fix deprecated antd dropdown warnings (#3171) 2023-07-13 20:28:12 +00:00
layouts change chat from a sidebar to a column (#3113) 2023-07-09 14:07:35 -07:00
modals Name change: better unicode handling (#3164) 2023-07-11 10:44:09 -07:00
ServerRendered Support CSP nonce for webv2. Closes #2127 2022-12-12 17:04:00 -08:00
stores Stop Firefox from adding mysterious hash (#3348) 2023-10-08 18:58:43 -07:00
theme fix: split out styles into two style tags. Should help #2989 2023-06-27 17:44:09 -07:00
TitleNotifier fix TitleNotifier crash (#3100) 2023-06-23 19:12:34 -07:00
ui Set aria-live to off on span responsible for rendering the online message on a stream (#3361) 2023-10-15 19:45:54 -07:00
video Fix embedded status bar being cut off (#3352) 2023-10-21 21:46:10 -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