Bundle embedded web app

This commit is contained in:
Owncast 2024-02-22 04:51:15 +00:00
parent 82d0b9c121
commit d654f6b0e9
33 changed files with 36 additions and 36 deletions

2
static/web/404.html vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
.OfflineBanner_outerContainer__2Cwh6{display:flex;justify-content:center;align-items:center}.OfflineBanner_innerContainer__6BMbR{width:clamp(0px,100%,600px);display:flex;flex-direction:column;margin:5vh auto;padding:2.4em}@media only screen and (width <= 768px){.OfflineBanner_innerContainer__6BMbR{font-size:1.2rem;padding:1em;margin:1rem .2rem}}.OfflineBanner_bodyText__8w_fr{line-height:2rem;font-size:1.2rem}.OfflineBanner_separator__X2xF3{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate__K35HM{margin-top:2rem;font-size:.8rem;opacity:.7;font-family:var(--theme-text-body-font-family);font-weight:300}.OfflineBanner_lastLiveDate__K35HM .OfflineBanner_clockIcon__0rWpM{margin-right:6px}.OfflineBanner_header__p5jNi{font-family:var(--theme-text-display-font-family);font-weight:600;font-size:1.4rem}.OfflineBanner_footer__lQUrD{margin-top:15px}.OfflineBanner_actionLink__g64az{color:var(--theme-color-action);text-decoration:underline;cursor:pointer}.OfflineBanner_actionLink__g64az:hover{color:var(--color-owncast-palette-7)}.Statusbar_statusbar__b24qe{display:flex;align-items:center;justify-content:space-between;height:var(--status-bar-height);width:100%;max-height:4vh;padding:var(--content-padding);color:var(--theme-color-components-video-status-bar-foreground);background-color:var(--theme-color-components-video-status-bar-background);font-family:var(--theme-text-display-font-family);font-size:11px;font-weight:400}.Statusbar_onlineMessage__FJnEa{letter-spacing:.5px}.Statusbar_viewerCount__pfDDX{vertical-align:middle}.Statusbar_viewerIcon__U_j6P{display:inline-block;margin-right:.5rem}.VideoJS_player__GD36e{width:100%}.VideoPoster_poster__6rnLj{display:flex;justify-content:center;width:100%;height:100%}.VideoPoster_image__8kRcw{background-color:#000}.OwncastPlayer_container__CR5Ry{display:grid;width:100%;justify-items:center;height:var(--player-container-height);aspect-ratio:16/9}@media(width <= 1200px){.OwncastPlayer_container__CR5Ry{height:100%;max-height:var(--player-container-height)}}@media only screen and (width <= 768px){.OwncastPlayer_container__CR5Ry{height:var(--player-container-height);max-height:var(--player-container-height)}}.OwncastPlayer_container__CR5Ry .OwncastPlayer_player__dCDjy,.OwncastPlayer_container__CR5Ry .OwncastPlayer_poster__tbpwE{width:100%;grid-column:1;grid-row:1}.VideoEmbed_onlineContainer__5XevB{height:100vh;background-color:var(--theme-color-components-video-status-bar-background);display:flex;flex-direction:column}
.OfflineBanner_outerContainer__2Cwh6{display:flex;justify-content:center;align-items:center}.OfflineBanner_innerContainer__6BMbR{width:clamp(0px,100%,600px);display:flex;flex-direction:column;margin:5vh auto;padding:2.4em}@media only screen and (width <= 768px){.OfflineBanner_innerContainer__6BMbR{font-size:1.2rem;padding:1em;margin:1rem .2rem}}.OfflineBanner_bodyText__8w_fr{line-height:2rem;font-size:1.2rem}.OfflineBanner_separator__X2xF3{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate__K35HM{margin-top:2rem;font-size:.8rem;opacity:.7;font-family:var(--theme-text-body-font-family);font-weight:300}.OfflineBanner_lastLiveDate__K35HM .OfflineBanner_clockIcon__0rWpM{margin-right:6px}.OfflineBanner_header__p5jNi{font-family:var(--theme-text-display-font-family);font-weight:600;font-size:1.4rem}.OfflineBanner_footer__lQUrD{margin-top:15px}.OfflineBanner_actionLink__g64az{color:var(--theme-color-action);text-decoration:underline;cursor:pointer}.OfflineBanner_actionLink__g64az:hover{color:var(--color-owncast-palette-7)}.Statusbar_statusbar__b24qe{display:flex;align-items:center;justify-content:space-between;height:var(--status-bar-height);width:100%;max-height:4vh;padding:var(--content-padding);color:var(--theme-color-components-video-status-bar-foreground);background-color:var(--theme-color-components-video-status-bar-background);font-family:var(--theme-text-display-font-family);font-size:11px;font-weight:400}.Statusbar_onlineMessage__FJnEa{letter-spacing:.5px}.Statusbar_viewerCount__pfDDX{vertical-align:middle}.Statusbar_viewerIcon__U_j6P{display:inline-block;margin-right:.5rem}.VideoJS_player__GD36e{width:100%}.VideoPoster_poster__6rnLj{display:flex;justify-content:center;width:100%;height:100%}.VideoPoster_image__8kRcw{background-color:#000}.OwncastPlayer_container__CR5Ry{display:grid;width:100%;justify-items:center;height:var(--player-container-height);aspect-ratio:16/9}@media(width <= 1200px){.OwncastPlayer_container__CR5Ry{height:100%;max-height:var(--player-container-height)}}@media only screen and (width <= 768px){.OwncastPlayer_container__CR5Ry{height:var(--player-container-height);max-height:var(--player-container-height)}}.OwncastPlayer_container__CR5Ry .OwncastPlayer_player__dCDjy,.OwncastPlayer_container__CR5Ry .OwncastPlayer_poster__tbpwE{width:100%;grid-column:1;grid-row:1}.VideoEmbed_onlineContainer__5XevB{height:100vh;background-color:var(--theme-color-components-video-status-bar-background);display:flex;flex-direction:column}.VideoEmbed_onlineContainer__5XevB #player{height:calc(100vh - var(--status-bar-height))}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
static/web/sw.js vendored

File diff suppressed because one or more lines are too long