1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Code formatting

This commit is contained in:
Dean 2022-03-22 11:40:45 +00:00
parent 4695a008df
commit ca28c2e27f
3 changed files with 11 additions and 12 deletions

View file

@ -47,7 +47,6 @@
</div>
<style>
.template-thumbnail {
position: relative;
}
@ -99,8 +98,8 @@
min-height: 200px;
}
.template-card > *{
width : 100%
.template-card > * {
width: 100%;
}
.template-card img.loaded {

View file

@ -4,7 +4,7 @@
import CreateAppModal from "components/start/CreateAppModal.svelte"
export let templates
let selectedTemplateCategory
let creationModal
let template

View file

@ -346,13 +346,13 @@
<div class="app-actions">
{#if cloud}
<Button
size="M"
icon="Export"
quiet
secondary
on:click={initiateAppsExport}
>
Export apps
size="M"
icon="Export"
quiet
secondary
on:click={initiateAppsExport}
>
Export apps
</Button>
{/if}
<div class="filter">
@ -448,7 +448,7 @@
display: flex;
}
.app-actions :global(> button) {
margin-right: 10px
margin-right: 10px;
}
.title .welcome > .buttons {
padding-top: 30px;