removes unneeded styles and html in Screen component

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-01 16:56:28 +01:00
parent f711b7c075
commit 473c5726b3
1 changed files with 1 additions and 12 deletions

View File

@ -18,17 +18,6 @@
<!-- Ensure to fully remount when screen changes -->
{#key screenDefinition?._id}
<Provider key="url" data={params}>
<Component definition={screenDefinition} />
<Component definition={screenDefinition} />
</Provider>
{/key}
<style>
div {
flex: 1 1 auto;
align-self: stretch;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
}
</style>