refactor: extract components to plugin repo (#1933)

This commit is contained in:
Mo
2022-11-04 11:04:53 -05:00
committed by GitHub
parent 5bba4820e4
commit 77d5093f14
1927 changed files with 1655 additions and 167892 deletions

View File

@@ -112,14 +112,6 @@
}
}
// Optionally use if .component-view container is not flex-based
.component-view-container {
flex-grow: 1;
display: flex;
height: 100%;
width: 100%;
}
.component-view {
flex-grow: 1;
display: flex;
@@ -147,16 +139,4 @@
left: 0;
top: 0;
}
iframe {
// We're disabling flex: 1; because on Firefox, it causes weird sizing issues with component stack items.
// Not sure yet if totally required.
// Update: The extensions manager doesn't display correctly without it
// flex-grow: 1 should fix that.
flex-grow: 1;
width: 100%;
height: 100%;
background-color: transparent;
}
}