1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

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 ba7cc5c479
commit 839ca7f8ba

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>