diff --git a/src/components/CreateNewModal.jsx b/src/components/CreateNewModal.jsx index 7145860..3ea8b7d 100644 --- a/src/components/CreateNewModal.jsx +++ b/src/components/CreateNewModal.jsx @@ -21,6 +21,7 @@ export function CreateNewModal({
{templates.map(template => ( diff --git a/src/style.css b/src/style.css index d3601a5..48829c4 100644 --- a/src/style.css +++ b/src/style.css @@ -968,7 +968,11 @@ body > #demo-frame { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); animation: slide-left 0.35s ease forwards; } - +.saved-item-tile--inline { + display: inline-block; + margin-left: 10px; + margin-right: 10px; +} .saved-item-tile:nth-child(1) { animation-delay: 0.2s; } diff --git a/src/templateList.js b/src/templateList.js index babb564..7cc7c66 100644 --- a/src/templateList.js +++ b/src/templateList.js @@ -1,9 +1,4 @@ export default [ - { - id: 'preact', - title: 'Preact', - img: 'assets/preact-logo.svg' - }, { id: 'react', title: 'React', @@ -14,6 +9,11 @@ export default [ title: 'Vue', img: 'assets/vue-logo.svg' }, + { + id: 'preact', + title: 'Preact', + img: 'assets/preact-logo.svg' + }, { id: 'kontra-game-engine', title: 'Kontra Game Engine',