Bundle embedded web app
This commit is contained in:
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
@@ -1,2 +0,0 @@
|
||||
.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:78vh}@media only screen and (max-width:768px){.OwncastPlayer_container__YfgRy{aspect-ratio:16/9;height:unset}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;display:flex;justify-content:center;width:100%;height:100%}
|
||||
/*# sourceMappingURL=2adafd6cf046b6f1.css.map*/
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/styles/mixins.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss"],"names":[],"mappings":"AAEA,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CCOE,yCDXJ,gCAOI,iBAAA,CACA,YAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA,CEfJ,uBACE,UAAA,CCHF,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA","file":"static/css/2adafd6cf046b6f1.css","sourcesContent":["@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 78vh;\n\n @include screen(tablet) {\n aspect-ratio: 16 / 9;\n height: unset;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n","@import '../../../styles/mixins.scss';\n\n.player {\n width: 100%;\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n"],"sourceRoot":""}
|
||||
@@ -1,2 +0,0 @@
|
||||
.ChatModerationActionMenu_icon__9j6DF{padding-right:10px}.Modal_spinner__GiSS0{position:absolute;top:50%;left:50%}.Modal_content__h9my9{display:block;height:100%;padding:2vw;background-color:var(--theme-color-components-modal-content-background);color:var(--theme-color-components-modal-content-text)}.ChatModerationDetailsModal_modalContainer__czndV{padding:10px}.ChatModerationDetailsModal_chatHistory__PunRk{margin:10px;padding:15px;border:1px solid #ccc;border-radius:5px}.ChatModerationDetailsModal_colorBlock___rAlw{display:inline-block;width:60px;height:20px;border:1px solid #000;text-align:center;font-size:.8rem}.ChatModerationDetailsModal_displayName__p7pLI{font-weight:700;padding-right:10px;font-size:1.2rem}
|
||||
/*# sourceMappingURL=2df8784fa6c09c75.css.map*/
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/chat/ChatModerationActionMenu/ChatModerationActionMenu.module.scss","webpack://_N_E/components/ui/Modal/Modal.module.scss","webpack://_N_E/components/chat/ChatModerationDetailsModal/ChatModerationDetailsModal.module.scss"],"names":[],"mappings":"AAAA,sCACE,kBAAA,CCDF,sBACE,iBAAA,CACA,OAAA,CACA,QAAA,CAGF,sBACE,aAAA,CACA,WAAA,CACA,WAAA,CACA,uEAAA,CACA,sDAAA,CCXF,kDACE,YAAA,CAGF,+CACE,WAAA,CACA,YAAA,CACA,qBAAA,CACA,iBAAA,CAGF,8CACE,oBAAA,CACA,UAAA,CACA,WAAA,CACA,qBAAA,CACA,iBAAA,CACA,eAAA,CAGF,+CACE,eAAA,CACA,kBAAA,CACA,gBAAA","file":"static/css/2df8784fa6c09c75.css","sourcesContent":[".icon {\n padding-right: 10px;\n}\n",".spinner {\n position: absolute;\n top: 50%;\n left: 50%;\n}\n\n.content {\n display: block;\n height: 100%;\n padding: 2vw;\n background-color: var(--theme-color-components-modal-content-background);\n color: var(--theme-color-components-modal-content-text);\n}\n",".modalContainer {\n padding: 10px;\n}\n\n.chatHistory {\n margin: 10px;\n padding: 15px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.colorBlock {\n display: inline-block;\n width: 60px;\n height: 20px;\n border: 1px solid #000;\n text-align: center;\n font-size: 0.8rem;\n}\n\n.displayName {\n font-weight: bold;\n padding-right: 10px;\n font-size: 1.2rem;\n}\n"],"sourceRoot":""}
|
||||
@@ -1,2 +0,0 @@
|
||||
.AuthModal_tabContent__KgMU3{flex-direction:row;display:flex;justify-content:center;align-items:center}.AuthModal_tabContent__KgMU3 .AuthModal_icon__kpEuV{height:15px;padding-right:5px}.FediAuthModal_codeInputContainer__M_dAD{display:flex;justify-content:center;flex-direction:column}.FediAuthModal_codeInputContainer__M_dAD .FediAuthModal_codeInput__dIE6u{font-size:1.6rem;font-family:monospace;max-width:220px;margin:auto;text-align:center;letter-spacing:6px;border-color:var(--theme-color-palette-9);color:var(--theme-color-palette-9)}.FediAuthModal_codeInputContainer__M_dAD .FediAuthModal_submitButton__iuF9R{max-width:150px;margin:10px auto auto}
|
||||
/*# sourceMappingURL=3d269e30b03dfcd3.css.map*/
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/modals/AuthModal/AuthModal.module.scss","webpack://_N_E/components/modals/FediAuthModal/FediAuthModal.module.scss"],"names":[],"mappings":"AAAA,6BACE,kBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CAEA,oDACE,WAAA,CACA,iBAAA,CCRJ,yCAkBE,YAAA,CACA,sBAAA,CACA,qBAAA,CAnBA,yEACE,gBAAA,CACA,qBAAA,CACA,eAAA,CACA,WAAA,CACA,iBAAA,CACA,kBAAA,CACA,yCAAA,CACA,kCAAA,CAGF,4EACE,eAAA,CAEA,qBAAA","file":"static/css/3d269e30b03dfcd3.css","sourcesContent":[".tabContent {\n flex-direction: row;\n display: flex;\n justify-content: center;\n align-items: center;\n\n .icon {\n height: 15px;\n padding-right: 5px;\n }\n}\n",".codeInputContainer {\n .codeInput {\n font-size: 1.6rem;\n font-family: monospace;\n max-width: 220px;\n margin: auto;\n text-align: center;\n letter-spacing: 6px;\n border-color: var(--theme-color-palette-9);\n color: var(--theme-color-palette-9);\n }\n\n .submitButton {\n max-width: 150px;\n margin: auto;\n margin-top: 10px;\n }\n\n display: flex;\n justify-content: center;\n flex-direction: column;\n}\n"],"sourceRoot":""}
|
||||
@@ -1,2 +0,0 @@
|
||||
.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:78vh}@media only screen and (max-width:768px){.OwncastPlayer_container__YfgRy{aspect-ratio:16/9;height:unset}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;width:100%;height:100%}.OfflineBanner_outerContainer__3AbsB,.VideoPoster_poster__RDkSk{display:flex;justify-content:center}.OfflineBanner_innerContainer__zTm13{width:clamp(0px,100%,600px);display:flex;flex-direction:column;color:var(--theme-color-components-text-on-light);background-color:var(--theme-color-background-main);margin:1rem auto;border-radius:var(--theme-rounded-corners);padding:1rem;font-size:1.2rem;border:1px solid #d3d3d3}.OfflineBanner_bodyText__nNNy0{line-height:1.5rem}.OfflineBanner_separator___j_Ss{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate___UZdO{margin-top:15px;font-size:1rem;opacity:.5}.OfflineBanner_lastLiveDate___UZdO .OfflineBanner_clockIcon__s0DB_{margin-right:5px}.OfflineBanner_header__Vu20o{font-weight:700}.OfflineBanner_footer__o3Zl5{margin-top:15px}.OfflineBanner_actionLink__b4Mwa{color:var(--theme-color-action);text-decoration:underline;cursor:pointer}.OfflineBanner_actionLink__b4Mwa:hover{color:var(--color-owncast-palette-7)}.Statusbar_statusbar__AtVnB{display:flex;align-items:center;font-size:.8rem;justify-content:space-between;height:2rem;width:100%;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-weight:600}
|
||||
/*# sourceMappingURL=574ab2ce225bab45.css.map*/
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/styles/mixins.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss","webpack://_N_E/components/ui/OfflineBanner/OfflineBanner.module.scss","webpack://_N_E/components/ui/Statusbar/Statusbar.module.scss"],"names":[],"mappings":"AAEA,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CCOE,yCDXJ,gCAOI,iBAAA,CACA,YAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA,CEfJ,uBACE,UAAA,CCHF,2BACE,qBAAA,CAGA,UAAA,CACA,WAAA,CCLF,gEDEE,YAAA,CACA,sBCDA,CAGF,qCACE,2BAAA,CACA,YAAA,CACA,qBAAA,CACA,iDAAA,CACA,mDAAA,CACA,gBAAA,CACA,0CAAA,CACA,YAAA,CACA,gBAAA,CACA,wBAAA,CAGF,+BACE,kBAAA,CAGF,gCACE,eAAA,CACA,kBAAA,CAGF,mCACE,eAAA,CACA,cAAA,CACA,UAAA,CAEA,mEACE,gBAAA,CAIJ,6BACE,eAAA,CAGF,6BACE,eAAA,CAGF,iCACE,+BAAA,CACA,yBAAA,CACA,cAAA,CACA,uCACE,oCAAA,CClDJ,4BACE,YAAA,CACA,kBAAA,CACA,eAAA,CACA,6BAAA,CACA,WAAA,CACA,UAAA,CACA,8BAAA,CACA,+DAAA,CACA,0EAAA,CACA,iDAAA,CACA,eAAA","file":"static/css/574ab2ce225bab45.css","sourcesContent":["@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 78vh;\n\n @include screen(tablet) {\n aspect-ratio: 16 / 9;\n height: unset;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n","@import '../../../styles/mixins.scss';\n\n.player {\n width: 100%;\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n",".outerContainer {\n display: flex;\n justify-content: center;\n}\n\n.innerContainer {\n width: clamp(00px, 100%, 600px);\n display: flex;\n flex-direction: column;\n color: var(--theme-color-components-text-on-light);\n background-color: var(--theme-color-background-main);\n margin: 1rem auto;\n border-radius: var(--theme-rounded-corners);\n padding: 1rem;\n font-size: 1.2rem;\n border: 1px solid lightgray;\n}\n\n.bodyText {\n line-height: 1.5rem;\n}\n\n.separator {\n margin-top: 15px;\n margin-bottom: 15px;\n}\n\n.lastLiveDate {\n margin-top: 15px;\n font-size: 1rem;\n opacity: 0.5;\n\n .clockIcon {\n margin-right: 5px;\n }\n}\n\n.header {\n font-weight: bold;\n}\n\n.footer {\n margin-top: 15px;\n}\n\n.actionLink {\n color: var(--theme-color-action);\n text-decoration: underline;\n cursor: pointer;\n &:hover {\n color: var(--color-owncast-palette-7);\n }\n}\n",".statusbar {\n display: flex;\n align-items: center;\n font-size: 0.8rem;\n justify-content: space-between;\n height: 2rem;\n width: 100%;\n padding: var(--content-padding);\n color: var(--theme-color-components-video-status-bar-foreground);\n background-color: var(--theme-color-components-video-status-bar-background);\n font-family: var(--theme-text-display-font-family);\n font-weight: 600;\n}\n"],"sourceRoot":""}
|
||||
2
static/web/_next/static/css/6137966142b1f6fd.css
Normal file
2
static/web/_next/static/css/6137966142b1f6fd.css
Normal file
File diff suppressed because one or more lines are too long
1
static/web/_next/static/css/6137966142b1f6fd.css.map
Normal file
1
static/web/_next/static/css/6137966142b1f6fd.css.map
Normal file
File diff suppressed because one or more lines are too long
2
static/web/_next/static/css/6fb33919f083299c.css
Normal file
2
static/web/_next/static/css/6fb33919f083299c.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.FediAuthModal_codeInputContainer__M_dAD{display:flex;justify-content:center;flex-direction:column}.FediAuthModal_codeInputContainer__M_dAD .FediAuthModal_codeInput__dIE6u{font-size:1.6rem;font-family:monospace;max-width:220px;margin:auto;text-align:center;letter-spacing:6px;border-color:var(--theme-color-palette-9);color:var(--theme-color-palette-9)}.FediAuthModal_codeInputContainer__M_dAD .FediAuthModal_submitButton__iuF9R{max-width:150px;margin:10px auto auto}.AuthModal_tabContent__KgMU3{flex-direction:row;display:flex;justify-content:center;align-items:center}.AuthModal_tabContent__KgMU3 .AuthModal_icon__kpEuV{height:15px;padding-right:5px}
|
||||
/*# sourceMappingURL=6fb33919f083299c.css.map*/
|
||||
1
static/web/_next/static/css/6fb33919f083299c.css.map
Normal file
1
static/web/_next/static/css/6fb33919f083299c.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/modals/FediAuthModal/FediAuthModal.module.scss","webpack://_N_E/components/modals/AuthModal/AuthModal.module.scss"],"names":[],"mappings":"AAAA,yCAkBE,YAAA,CACA,sBAAA,CACA,qBAAA,CAnBA,yEACE,gBAAA,CACA,qBAAA,CACA,eAAA,CACA,WAAA,CACA,iBAAA,CACA,kBAAA,CACA,yCAAA,CACA,kCAAA,CAGF,4EACE,eAAA,CAEA,qBAAA,CCfJ,6BACE,kBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CAEA,oDACE,WAAA,CACA,iBAAA","file":"static/css/6fb33919f083299c.css","sourcesContent":[".codeInputContainer {\n .codeInput {\n font-size: 1.6rem;\n font-family: monospace;\n max-width: 220px;\n margin: auto;\n text-align: center;\n letter-spacing: 6px;\n border-color: var(--theme-color-palette-9);\n color: var(--theme-color-palette-9);\n }\n\n .submitButton {\n max-width: 150px;\n margin: auto;\n margin-top: 10px;\n }\n\n display: flex;\n justify-content: center;\n flex-direction: column;\n}\n",".tabContent {\n flex-direction: row;\n display: flex;\n justify-content: center;\n align-items: center;\n\n .icon {\n height: 15px;\n padding-right: 5px;\n }\n}\n"],"sourceRoot":""}
|
||||
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/_next/static/css/917eb744faed4b20.css
Normal file
2
static/web/_next/static/css/917eb744faed4b20.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;display:flex;justify-content:center;width:100%;height:100%}.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:78vh}@media only screen and (max-width:768px){.OwncastPlayer_container__YfgRy{aspect-ratio:16/9;height:unset}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}
|
||||
/*# sourceMappingURL=917eb744faed4b20.css.map*/
|
||||
1
static/web/_next/static/css/917eb744faed4b20.css.map
Normal file
1
static/web/_next/static/css/917eb744faed4b20.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss","webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/styles/mixins.scss"],"names":[],"mappings":"AAEA,uBACE,UAAA,CCHF,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CCHF,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CCOE,yCDXJ,gCAOI,iBAAA,CACA,YAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA","file":"static/css/917eb744faed4b20.css","sourcesContent":["@import '../../../styles/mixins.scss';\n\n.player {\n width: 100%;\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n","@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 78vh;\n\n @include screen(tablet) {\n aspect-ratio: 16 / 9;\n height: unset;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n"],"sourceRoot":""}
|
||||
2
static/web/_next/static/css/92bb8eb7fc709d1f.css
Normal file
2
static/web/_next/static/css/92bb8eb7fc709d1f.css
Normal file
File diff suppressed because one or more lines are too long
1
static/web/_next/static/css/92bb8eb7fc709d1f.css.map
Normal file
1
static/web/_next/static/css/92bb8eb7fc709d1f.css.map
Normal file
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/_next/static/css/edfcb440d8ff545e.css
Normal file
2
static/web/_next/static/css/edfcb440d8ff545e.css
Normal file
File diff suppressed because one or more lines are too long
1
static/web/_next/static/css/edfcb440d8ff545e.css.map
Normal file
1
static/web/_next/static/css/edfcb440d8ff545e.css.map
Normal file
File diff suppressed because one or more lines are too long
2
static/web/_next/static/css/f00eb97a2e9fdd02.css
Normal file
2
static/web/_next/static/css/f00eb97a2e9fdd02.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.Modal_spinner__GiSS0{position:absolute;top:50%;left:50%}.Modal_content__h9my9{display:block;height:100%;padding:2vw;background-color:var(--theme-color-components-modal-content-background);color:var(--theme-color-components-modal-content-text)}.ChatModerationDetailsModal_modalContainer__czndV{padding:10px}.ChatModerationDetailsModal_chatHistory__PunRk{margin:10px;padding:15px;border:1px solid #ccc;border-radius:5px}.ChatModerationDetailsModal_colorBlock___rAlw{display:inline-block;width:60px;height:20px;border:1px solid #000;text-align:center;font-size:.8rem}.ChatModerationDetailsModal_displayName__p7pLI{font-weight:700;padding-right:10px;font-size:1.2rem}.ChatModerationActionMenu_icon__9j6DF{padding-right:10px}
|
||||
/*# sourceMappingURL=f00eb97a2e9fdd02.css.map*/
|
||||
1
static/web/_next/static/css/f00eb97a2e9fdd02.css.map
Normal file
1
static/web/_next/static/css/f00eb97a2e9fdd02.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/ui/Modal/Modal.module.scss","webpack://_N_E/components/chat/ChatModerationDetailsModal/ChatModerationDetailsModal.module.scss","webpack://_N_E/components/chat/ChatModerationActionMenu/ChatModerationActionMenu.module.scss"],"names":[],"mappings":"AAAA,sBACE,iBAAA,CACA,OAAA,CACA,QAAA,CAGF,sBACE,aAAA,CACA,WAAA,CACA,WAAA,CACA,uEAAA,CACA,sDAAA,CCXF,kDACE,YAAA,CAGF,+CACE,WAAA,CACA,YAAA,CACA,qBAAA,CACA,iBAAA,CAGF,8CACE,oBAAA,CACA,UAAA,CACA,WAAA,CACA,qBAAA,CACA,iBAAA,CACA,eAAA,CAGF,+CACE,eAAA,CACA,kBAAA,CACA,gBAAA,CCvBF,sCACE,kBAAA","file":"static/css/f00eb97a2e9fdd02.css","sourcesContent":[".spinner {\n position: absolute;\n top: 50%;\n left: 50%;\n}\n\n.content {\n display: block;\n height: 100%;\n padding: 2vw;\n background-color: var(--theme-color-components-modal-content-background);\n color: var(--theme-color-components-modal-content-text);\n}\n",".modalContainer {\n padding: 10px;\n}\n\n.chatHistory {\n margin: 10px;\n padding: 15px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.colorBlock {\n display: inline-block;\n width: 60px;\n height: 20px;\n border: 1px solid #000;\n text-align: center;\n font-size: 0.8rem;\n}\n\n.displayName {\n font-weight: bold;\n padding-right: 10px;\n font-size: 1.2rem;\n}\n",".icon {\n padding-right: 10px;\n}\n"],"sourceRoot":""}
|
||||
2
static/web/_next/static/css/f52843043d1db40e.css
Normal file
2
static/web/_next/static/css/f52843043d1db40e.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.OfflineBanner_outerContainer__3AbsB{display:flex;justify-content:center}.OfflineBanner_innerContainer__zTm13{width:clamp(0px,100%,600px);display:flex;flex-direction:column;color:var(--theme-color-components-text-on-light);background-color:var(--theme-color-background-main);margin:1rem auto;border-radius:var(--theme-rounded-corners);padding:1rem;font-size:1.2rem;border:1px solid #d3d3d3}.OfflineBanner_bodyText__nNNy0{line-height:1.5rem}.OfflineBanner_separator___j_Ss{margin-top:15px;margin-bottom:15px}.OfflineBanner_lastLiveDate___UZdO{margin-top:15px;font-size:1rem;opacity:.5}.OfflineBanner_lastLiveDate___UZdO .OfflineBanner_clockIcon__s0DB_{margin-right:5px}.OfflineBanner_header__Vu20o{font-weight:700}.OfflineBanner_footer__o3Zl5{margin-top:15px}.OfflineBanner_actionLink__b4Mwa{color:var(--theme-color-action);text-decoration:underline;cursor:pointer}.OfflineBanner_actionLink__b4Mwa:hover{color:var(--color-owncast-palette-7)}.Statusbar_statusbar__AtVnB{display:flex;align-items:center;font-size:.8rem;justify-content:space-between;height:2rem;width:100%;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-weight:600}.VideoJS_player__GT8FN{width:100%}.VideoPoster_poster__RDkSk{background-color:#000;display:flex;justify-content:center;width:100%;height:100%}.OwncastPlayer_container__YfgRy{display:grid;width:100%;justify-items:center;height:78vh}@media only screen and (max-width:768px){.OwncastPlayer_container__YfgRy{aspect-ratio:16/9;height:unset}}.OwncastPlayer_container__YfgRy .OwncastPlayer_player__R7XKJ,.OwncastPlayer_container__YfgRy .OwncastPlayer_poster__8RqUC{width:100%;grid-column:1;grid-row:1}
|
||||
/*# sourceMappingURL=f52843043d1db40e.css.map*/
|
||||
1
static/web/_next/static/css/f52843043d1db40e.css.map
Normal file
1
static/web/_next/static/css/f52843043d1db40e.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/ui/OfflineBanner/OfflineBanner.module.scss","webpack://_N_E/components/ui/Statusbar/Statusbar.module.scss","webpack://_N_E/components/video/VideoJS/VideoJS.module.scss","webpack://_N_E/components/video/VideoPoster/VideoPoster.module.scss","webpack://_N_E/components/video/OwncastPlayer/OwncastPlayer.module.scss","webpack://_N_E/styles/mixins.scss"],"names":[],"mappings":"AAAA,qCACE,YAAA,CACA,sBAAA,CAGF,qCACE,2BAAA,CACA,YAAA,CACA,qBAAA,CACA,iDAAA,CACA,mDAAA,CACA,gBAAA,CACA,0CAAA,CACA,YAAA,CACA,gBAAA,CACA,wBAAA,CAGF,+BACE,kBAAA,CAGF,gCACE,eAAA,CACA,kBAAA,CAGF,mCACE,eAAA,CACA,cAAA,CACA,UAAA,CAEA,mEACE,gBAAA,CAIJ,6BACE,eAAA,CAGF,6BACE,eAAA,CAGF,iCACE,+BAAA,CACA,yBAAA,CACA,cAAA,CACA,uCACE,oCAAA,CClDJ,4BACE,YAAA,CACA,kBAAA,CACA,eAAA,CACA,6BAAA,CACA,WAAA,CACA,UAAA,CACA,8BAAA,CACA,+DAAA,CACA,0EAAA,CACA,iDAAA,CACA,eAAA,CCTF,uBACE,UAAA,CCHF,2BACE,qBAAA,CACA,YAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CCHF,gCACE,YAAA,CACA,UAAA,CACA,oBAAA,CACA,WAAA,CCOE,yCDXJ,gCAOI,iBAAA,CACA,YAAA,CAAA,CAGF,0HAEE,UAAA,CACA,aAAA,CACA,UAAA","file":"static/css/f52843043d1db40e.css","sourcesContent":[".outerContainer {\n display: flex;\n justify-content: center;\n}\n\n.innerContainer {\n width: clamp(00px, 100%, 600px);\n display: flex;\n flex-direction: column;\n color: var(--theme-color-components-text-on-light);\n background-color: var(--theme-color-background-main);\n margin: 1rem auto;\n border-radius: var(--theme-rounded-corners);\n padding: 1rem;\n font-size: 1.2rem;\n border: 1px solid lightgray;\n}\n\n.bodyText {\n line-height: 1.5rem;\n}\n\n.separator {\n margin-top: 15px;\n margin-bottom: 15px;\n}\n\n.lastLiveDate {\n margin-top: 15px;\n font-size: 1rem;\n opacity: 0.5;\n\n .clockIcon {\n margin-right: 5px;\n }\n}\n\n.header {\n font-weight: bold;\n}\n\n.footer {\n margin-top: 15px;\n}\n\n.actionLink {\n color: var(--theme-color-action);\n text-decoration: underline;\n cursor: pointer;\n &:hover {\n color: var(--color-owncast-palette-7);\n }\n}\n",".statusbar {\n display: flex;\n align-items: center;\n font-size: 0.8rem;\n justify-content: space-between;\n height: 2rem;\n width: 100%;\n padding: var(--content-padding);\n color: var(--theme-color-components-video-status-bar-foreground);\n background-color: var(--theme-color-components-video-status-bar-background);\n font-family: var(--theme-text-display-font-family);\n font-weight: 600;\n}\n","@import '../../../styles/mixins.scss';\n\n.player {\n width: 100%;\n}\n",".poster {\n background-color: black;\n display: flex;\n justify-content: center;\n width: 100%;\n height: 100%;\n}\n","@import '../../../styles/mixins.scss';\n\n.container {\n display: grid;\n width: 100%;\n justify-items: center;\n height: 78vh;\n\n @include screen(tablet) {\n aspect-ratio: 16 / 9;\n height: unset;\n }\n\n .player,\n .poster {\n width: 100%;\n grid-column: 1;\n grid-row: 1;\n }\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n"],"sourceRoot":""}
|
||||
2
static/web/_next/static/css/fca66d66e4405bb6.css
Normal file
2
static/web/_next/static/css/fca66d66e4405bb6.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.SingleFollower_follower__EyBDI{border:1px solid rgba(0,0,0,.3);padding:10px;border-radius:15px;height:75px;width:250px;font-size:.8rem;overflow:hidden}@media only screen and (max-width:481px){.SingleFollower_follower__EyBDI{margin:auto}}.SingleFollower_follower__EyBDI:hover{border-color:var(--theme-text-link)}.SingleFollower_follower__EyBDI .SingleFollower_avatar__V9jHG{height:50px;width:50px;border:1px solid rgba(0,0,0,.3)}.SingleFollower_follower__EyBDI .SingleFollower_account__Z66vo{color:var(--theme-text-secondary);text-overflow:ellipsis}.SingleFollower_follower__EyBDI .SingleFollower_placeholder__CgsfJ{width:100%;height:100%}.FollowerCollection_followers__e_EUS{width:100%;padding:5px}@media only screen and (min-width:768px){.FollowerCollection_followers__e_EUS{background-color:var(--theme-color-components-content-background)}}@media only screen and (max-width:481px){.FollowerCollection_followers__e_EUS .FollowerCollection_followerRow__T1mFd{justify-content:center}}.FollowerCollection_noFollowers__UaCVW{padding:calc(2*var(--content-padding));border-radius:var(--theme-rounded-corners);width:100%;background-color:var(--theme-color-components-content-background)}
|
||||
/*# sourceMappingURL=fca66d66e4405bb6.css.map*/
|
||||
1
static/web/_next/static/css/fca66d66e4405bb6.css.map
Normal file
1
static/web/_next/static/css/fca66d66e4405bb6.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/ui/followers/SingleFollower/SingleFollower.module.scss","webpack://_N_E/styles/mixins.scss","webpack://_N_E/components/ui/followers/FollowerCollection/FollowerCollection.module.scss"],"names":[],"mappings":"AAEA,gCAGE,+BAAA,CACA,YAAA,CACA,kBAAA,CACA,WAAA,CACA,WAAA,CACA,eAAA,CACA,eAAA,CCOE,yCDhBJ,gCAWI,WAAA,CAAA,CAGF,sCACE,mCAAA,CAGF,8DACE,WAAA,CACA,UAAA,CAGA,+BAAA,CAGF,+DACE,iCAAA,CACA,sBAAA,CAGF,mEACE,UAAA,CACA,WAAA,CEjCJ,qCACE,UAAA,CACA,WAAA,CDIE,yCCNJ,qCAKI,iEAAA,CAAA,CDWA,yCCPA,4EACE,sBAAA,CAAA,CAKN,uCACE,sCAAA,CACA,0CAAA,CACA,UAAA,CACA,iEAAA","file":"static/css/fca66d66e4405bb6.css","sourcesContent":["@import '../../../../../web/styles/mixins.scss';\n\n.follower {\n border-color: rgba(0, 0, 0, 0.3);\n border-width: 1px;\n border-style: solid;\n padding: 10px 10px;\n border-radius: 15px;\n height: 75px;\n width: 250px;\n font-size: 0.8rem;\n overflow: hidden;\n @include screen(mobile){\n margin: auto;\n }\n\n &:hover {\n border-color: var(--theme-text-link);\n }\n\n .avatar {\n height: 50px;\n width: 50px;\n border-color: rgba(0, 0, 0, 0.3);\n border-width: 1px;\n border-style: solid;\n }\n\n .account {\n color: var(--theme-text-secondary);\n text-overflow: ellipsis;\n }\n\n .placeholder {\n width: 100%;\n height: 100%;\n }\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n","@import '../../../../styles/mixins.scss';\n\n.followers {\n width: 100%;\n padding: 5px;\n\n @include screen(desktop) {\n background-color: var(--theme-color-components-content-background);\n }\n\n @include screen(mobile) {\n .followerRow {\n justify-content: center;\n }\n }\n}\n\n.noFollowers {\n padding: calc(2 * var(--content-padding));\n border-radius: var(--theme-rounded-corners);\n width: 100%;\n background-color: var(--theme-color-components-content-background);\n}\n"],"sourceRoot":""}
|
||||
@@ -1,2 +0,0 @@
|
||||
.FollowerCollection_followers__e_EUS{width:100%;padding:5px}@media only screen and (min-width:768px){.FollowerCollection_followers__e_EUS{background-color:var(--theme-color-components-content-background)}}@media only screen and (max-width:481px){.FollowerCollection_followers__e_EUS .FollowerCollection_followerRow__T1mFd{justify-content:center}}.FollowerCollection_noFollowers__UaCVW{padding:calc(2*var(--content-padding));border-radius:var(--theme-rounded-corners);width:100%;background-color:var(--theme-color-components-content-background)}.SingleFollower_follower__EyBDI{border:1px solid rgba(0,0,0,.3);padding:10px;border-radius:15px;height:75px;width:250px;font-size:.8rem;overflow:hidden}@media only screen and (max-width:481px){.SingleFollower_follower__EyBDI{margin:auto}}.SingleFollower_follower__EyBDI:hover{border-color:var(--theme-text-link)}.SingleFollower_follower__EyBDI .SingleFollower_avatar__V9jHG{height:50px;width:50px;border:1px solid rgba(0,0,0,.3)}.SingleFollower_follower__EyBDI .SingleFollower_account__Z66vo{color:var(--theme-text-secondary);text-overflow:ellipsis}.SingleFollower_follower__EyBDI .SingleFollower_placeholder__CgsfJ{width:100%;height:100%}
|
||||
/*# sourceMappingURL=ff0790c85aaf67bb.css.map*/
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/ui/followers/FollowerCollection/FollowerCollection.module.scss","webpack://_N_E/styles/mixins.scss","webpack://_N_E/components/ui/followers/SingleFollower/SingleFollower.module.scss"],"names":[],"mappings":"AAEA,qCACE,UAAA,CACA,WAAA,CCIE,yCDNJ,qCAKI,iEAAA,CAAA,CCWA,yCDPA,4EACE,sBAAA,CAAA,CAKN,uCACE,sCAAA,CACA,0CAAA,CACA,UAAA,CACA,iEAAA,CEnBF,gCAGE,+BAAA,CACA,YAAA,CACA,kBAAA,CACA,WAAA,CACA,WAAA,CACA,eAAA,CACA,eAAA,CDOE,yCChBJ,gCAWI,WAAA,CAAA,CAGF,sCACE,mCAAA,CAGF,8DACE,WAAA,CACA,UAAA,CAGA,+BAAA,CAGF,+DACE,iCAAA,CACA,sBAAA,CAGF,mEACE,UAAA,CACA,WAAA","file":"static/css/ff0790c85aaf67bb.css","sourcesContent":["@import '../../../../styles/mixins.scss';\n\n.followers {\n width: 100%;\n padding: 5px;\n\n @include screen(desktop) {\n background-color: var(--theme-color-components-content-background);\n }\n\n @include screen(mobile) {\n .followerRow {\n justify-content: center;\n }\n }\n}\n\n.noFollowers {\n padding: calc(2 * var(--content-padding));\n border-radius: var(--theme-rounded-corners);\n width: 100%;\n background-color: var(--theme-color-components-content-background);\n}\n","@mixin flexCenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@mixin screen ($breakpoint) { \n @if $breakpoint == desktop { \n @media only screen and (min-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == tablet {\n @media only screen and (max-width: 768px) {\n @content;\n }\n }\n @if $breakpoint == mobile {\n @media only screen and (max-width: 481px) {\n @content;\n }\n }\n}\n","@import '../../../../../web/styles/mixins.scss';\n\n.follower {\n border-color: rgba(0, 0, 0, 0.3);\n border-width: 1px;\n border-style: solid;\n padding: 10px 10px;\n border-radius: 15px;\n height: 75px;\n width: 250px;\n font-size: 0.8rem;\n overflow: hidden;\n @include screen(mobile){\n margin: auto;\n }\n\n &:hover {\n border-color: var(--theme-text-link);\n }\n\n .avatar {\n height: 50px;\n width: 50px;\n border-color: rgba(0, 0, 0, 0.3);\n border-width: 1px;\n border-style: solid;\n }\n\n .account {\n color: var(--theme-text-secondary);\n text-overflow: ellipsis;\n }\n\n .placeholder {\n width: 100%;\n height: 100%;\n }\n}\n"],"sourceRoot":""}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user