1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Improve email template screen layout

This commit is contained in:
Andrew Kingston 2021-09-14 12:36:29 +01:00
parent 0b5669efdc
commit cc64b3f9b8

View file

@ -71,8 +71,9 @@
}
</script>
<Layout noPadding>
<Layout gap="XS" noPadding>
<div class="back">
<div>
<ActionButton
on:click={() => $goto("./")}
quiet
@ -88,13 +89,14 @@
</Heading>
<Button cta on:click={saveTemplate}>Save</Button>
</header>
<Detail>Description</Detail>
<Body>{description}</Body>
<Body>
Change the email template here. Add dynamic content by using the bindings
menu on the right.
{description}
<br />
Change the email template here. Add dynamic content by using the bindings menu
on the right.
</Body>
</Layout>
<div>
<Tabs selected="Edit" on:select={fixMountBug}>
<Tab title="Edit">
<div class="template-editor">
@ -138,6 +140,8 @@
</div>
</Tab>
</Tabs>
</div>
</Layout>
<style>
.template-editor {