Bundle embedded web app

This commit is contained in:
gabek
2023-01-27 22:28:05 +00:00
parent 8b43173681
commit b3174e4f97
39 changed files with 40 additions and 40 deletions
+2 -2
View 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
File diff suppressed because one or more lines are too long
@@ -1,2 +0,0 @@
.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 +0,0 @@
{"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":""}
@@ -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;color:var(--theme-color-components-text-on-light)}.SingleFollower_follower__EyBDI .SingleFollower_name__JlpJP{font-weight:600;font-size:1rem;color:var(--theme-color-components-text-on-light)}.SingleFollower_follower__EyBDI .SingleFollower_account__Z66vo{color:var(--theme-color-components-text-on-light);overflow:hidden}@media only screen and (max-width:481px){.SingleFollower_follower__EyBDI{margin:auto}}.SingleFollower_follower__EyBDI:hover{border-color:var(--theme-color-action)}.SingleFollower_follower__EyBDI .SingleFollower_avatar__V9jHG{height:50px;width:50px;border:1px solid rgba(0,0,0,.3)}.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=fd3d747476a9acb2.css.map*/
@@ -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,CAEA,iDAAA,CAEA,4DACE,eAAA,CACA,cAAA,CACA,iDAAA,CAGF,+DACE,iDAAA,CACA,eAAA,CCJA,yCDhBJ,gCAwBI,WAAA,CAAA,CAGF,sCACE,sCAAA,CAGF,8DACE,WAAA,CACA,UAAA,CAGA,+BAAA,CAGF,mEACE,UAAA,CACA,WAAA,CEzCJ,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/fd3d747476a9acb2.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\n color: var(--theme-color-components-text-on-light);\n\n .name {\n font-weight: 600;\n font-size: 1rem;\n color: var(--theme-color-components-text-on-light);\n }\n\n .account {\n color: var(--theme-color-components-text-on-light);\n overflow: hidden;\n }\n\n @include screen(mobile) {\n margin: auto;\n }\n\n &:hover {\n border-color: var(--theme-color-action);\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 .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":""}
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