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
2
static/web/_next/static/css/c4d711dde492a77d.css
Normal file
2
static/web/_next/static/css/c4d711dde492a77d.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)}}.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=c4d711dde492a77d.css.map*/
|
||||
1
static/web/_next/static/css/c4d711dde492a77d.css.map
Normal file
1
static/web/_next/static/css/c4d711dde492a77d.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,CAIJ,uCACE,sCAAA,CACA,0CAAA,CACA,UAAA,CACA,iEAAA","file":"static/css/c4d711dde492a77d.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\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":""}
|
||||
2
static/web/_next/static/css/c9c9a551d4667a54.css
Normal file
2
static/web/_next/static/css/c9c9a551d4667a54.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.FollowModal_header__la1ji{font-family:var(--theme-text-display-font-family);font-size:.8rem}.FollowModal_buttons__tt4Mc{display:flex;justify-content:flex-end;margin-top:10px}.FollowModal_instructions__HiKFF{font-family:var(--theme-text-display-font-family);font-size:.7rem;font-weight:600;margin-top:5px;margin-bottom:5px}.FollowModal_footer__AjucH{font-size:.5rem}.FollowModal_account__cmHkm{display:flex;flex-direction:row;margin-top:5px;margin-bottom:10px;font-size:.8rem;border-color:var(--color-owncast-palette-5);border-width:2px;border-style:dashed;border-radius:6px;padding:5px}.FollowModal_account__cmHkm .FollowModal_logo__Ew8xK{border-radius:50%;width:4em;height:4em}.FollowModal_account__cmHkm .FollowModal_username__A_OTw{display:flex;flex-direction:column;margin-left:10px;margin-top:5px}.FollowModal_account__cmHkm .FollowModal_username__A_OTw .FollowModal_name__Sf_TP{font-weight:600}
|
||||
/*# sourceMappingURL=c9c9a551d4667a54.css.map*/
|
||||
1
static/web/_next/static/css/c9c9a551d4667a54.css.map
Normal file
1
static/web/_next/static/css/c9c9a551d4667a54.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/modals/FollowModal/FollowModal.module.scss"],"names":[],"mappings":"AAAA,2BACE,iDAAA,CACA,eAAA,CAGF,4BACE,YAAA,CACA,wBAAA,CACA,eAAA,CAGF,iCACE,iDAAA,CACA,eAAA,CACA,eAAA,CACA,cAAA,CACA,iBAAA,CAGF,2BACE,eAAA,CAGF,4BACE,YAAA,CACA,kBAAA,CACA,cAAA,CACA,kBAAA,CACA,eAAA,CACA,2CAAA,CACA,gBAAA,CACA,mBAAA,CACA,iBAAA,CACA,WAAA,CAEA,qDACE,iBAAA,CACA,SAAA,CACA,UAAA,CAGF,yDACE,YAAA,CACA,qBAAA,CACA,gBAAA,CACA,cAAA,CACA,kFACE,eAAA","file":"static/css/c9c9a551d4667a54.css","sourcesContent":[".header {\n font-family: var(--theme-text-display-font-family);\n font-size: 0.8rem;\n}\n\n.buttons {\n display: flex;\n justify-content: flex-end;\n margin-top: 10px;\n}\n\n.instructions {\n font-family: var(--theme-text-display-font-family);\n font-size: 0.7rem;\n font-weight: 600;\n margin-top: 5px;\n margin-bottom: 5px;\n}\n\n.footer {\n font-size: 0.5rem;\n}\n\n.account {\n display: flex;\n flex-direction: row;\n margin-top: 5px;\n margin-bottom: 10px;\n font-size: 0.8rem;\n border-color: var(--color-owncast-palette-5);\n border-width: 2px;\n border-style: dashed;\n border-radius: 6px;\n padding: 5px;\n\n .logo {\n border-radius: 50%;\n width: 4em;\n height: 4em;\n }\n\n .username {\n display: flex;\n flex-direction: column;\n margin-left: 10px;\n margin-top: 5px;\n .name {\n font-weight: 600;\n }\n }\n}\n"],"sourceRoot":""}
|
||||
2
static/web/_next/static/css/e41ac78618ab0ea7.css
Normal file
2
static/web/_next/static/css/e41ac78618ab0ea7.css
Normal file
File diff suppressed because one or more lines are too long
1
static/web/_next/static/css/e41ac78618ab0ea7.css.map
Normal file
1
static/web/_next/static/css/e41ac78618ab0ea7.css.map
Normal file
File diff suppressed because one or more lines are too long
2
static/web/_next/static/css/e867652ad65748d1.css
Normal file
2
static/web/_next/static/css/e867652ad65748d1.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.OwncastLogo_root__uDVJf{display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content}.OwncastLogo_root__uDVJf svg{width:clamp(2.5rem,8vw,50px);height:clamp(2.5rem,8vw,50px)}.OwncastLogo_contrast__rDMJY{padding:5px;border-radius:50%}.OwncastLogo_contrast__rDMJY svg{width:clamp(2rem,7vw,40px);height:clamp(2rem,7vw,40px)}.OwncastLogo_simple___hC9r{background-color:transparent}.OwncastLogo_simple___hC9r svg{width:clamp(2.5rem,8vw,50px);height:clamp(2.5rem,8vw,50px)}
|
||||
/*# sourceMappingURL=e867652ad65748d1.css.map*/
|
||||
1
static/web/_next/static/css/e867652ad65748d1.css.map
Normal file
1
static/web/_next/static/css/e867652ad65748d1.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["webpack://_N_E/components/common/OwncastLogo/OwncastLogo.module.scss"],"names":[],"mappings":"AAAA,yBACE,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,sBAAA,CAAA,iBAAA,CACA,6BACE,4BAAA,CACA,6BAAA,CAIJ,6BACE,WAAA,CACA,iBAAA,CACA,iCACE,0BAAA,CACA,2BAAA,CAIJ,2BACE,4BAAA,CACA,+BACE,4BAAA,CACA,6BAAA","file":"static/css/e867652ad65748d1.css","sourcesContent":[".root {\n display: flex;\n align-items: center;\n justify-content: center;\n width: max-content;\n svg {\n width: clamp(2.5rem, 8vw, 50px);\n height: clamp(2.5rem, 8vw, 50px);\n }\n}\n\n.contrast {\n padding: 5px;\n border-radius: 50%;\n svg {\n width: clamp(2rem, 7vw, 40px);\n height: clamp(2rem, 7vw, 40px);\n }\n}\n\n.simple {\n background-color: transparent;\n svg {\n width: clamp(2.5rem, 8vw, 50px);\n height: clamp(2.5rem, 8vw, 50px);\n }\n}\n"],"sourceRoot":""}
|
||||
File diff suppressed because one or more lines are too long
1
static/web/_next/static/css/f341f535ed79dbfd.css.map
Normal file
1
static/web/_next/static/css/f341f535ed79dbfd.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
1
static/web/_next/static/css/fe8aa796c66ec5d4.css.map
Normal file
1
static/web/_next/static/css/fe8aa796c66ec5d4.css.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user