0

Bundle embedded web app

This commit is contained in:
gabek 2023-01-12 23:10:23 +00:00
parent 1d58b7fbad
commit 503228a5cc
39 changed files with 40 additions and 40 deletions

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

View File

@ -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,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":""}

View File

@ -1,2 +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*/
.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*/

View 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":""}

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

File diff suppressed because one or more lines are too long