lite layout

This commit is contained in:
2023-10-31 18:22:03 +01:00
parent fc86b31337
commit a7b49de6ac
7 changed files with 469 additions and 10 deletions

View File

@@ -59,20 +59,24 @@
<svelte:window use:share={shareLayout} />
<section>
<label class="icon"
<!-- <label class="icon"
>upload_file<input
bind:this={fileInput}
on:input={importLayout}
type="file"
accept="text/csv, application/json"
/></label
>
> -->
<Layout />
</section>
<style lang="scss">
section {
margin: auto;
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}
input[type="file"] {