Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chatterbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
element-hq
Chatterbox
Commits
2f9178a8
Commit
2f9178a8
authored
3 years ago
by
RMidhunSuresh
Browse files
Options
Downloads
Patches
Plain Diff
Add parent styling
parent
aa4dfd54
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/parent-style.css
+2
-0
2 additions, 0 deletions
src/parent-style.css
src/parent.ts
+2
-2
2 additions, 2 deletions
src/parent.ts
with
4 additions
and
2 deletions
src/parent-style.css
+
2
−
0
View file @
2f9178a8
...
...
@@ -3,12 +3,14 @@
right
:
20px
;
bottom
:
100px
;
border
:
none
;
border-radius
:
12px
;
/*
this is to prevent the display of the smaller iframe before it is resized
programmatically.
*/
height
:
0
;
width
:
0
;
box-shadow
:
0px
1px
3px
rgba
(
0
,
0
,
0
,
0.1
),
0px
14px
64px
-10px
rgba
(
0
,
0
,
0
,
0.2
);
}
@media
(
max-width
:
800px
)
{
...
...
This diff is collapsed.
Click to expand it.
src/parent.ts
+
2
−
2
View file @
2f9178a8
...
...
@@ -7,8 +7,8 @@ const hostRoot = `${parentHosRootURL.protocol}${parentHosRootURL.host}`;
const
sizeCollection
=
{
"
desktop
"
:
{
"
account-setup
"
:
{
height
:
"
110
px
"
,
width
:
"
3
60
px
"
},
"
timeline
"
:
{
height
:
"
600
px
"
,
width
:
"
375px
"
}
"
account-setup
"
:
{
height
:
"
334
px
"
,
width
:
"
3
75
px
"
},
"
timeline
"
:
{
height
:
"
595
px
"
,
width
:
"
375px
"
}
},
"
mobile
"
:
{
"
account-setup
"
:
{
height
:
"
100vh
"
,
width
:
"
100vw
"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment