Finished new Editor

This commit is contained in:
Mawoka
2022-06-16 21:02:39 +02:00
parent d4bfe9138f
commit 4c1f6280f4
3 changed files with 51 additions and 44 deletions
+5 -1
View File
@@ -72,7 +72,11 @@
<div class="col-span-5 flex flex-col">
<div class="h-10 w-full bg-white mb-10 flex align-middle justify-center rounded-br-lg">
{#if schemaInvalid}
<p class="text-center w-full text-red-600 h-full">{yupErrorMessage}</p>
<p class="text-center w-full text-red-600 h-full mt-0.5 font-semibold">
{yupErrorMessage}
</p>
{:else}
<p class="text-center w-full text-black h-full align-bottom mt-0.5">{data.title}</p>
{/if}
<button
class="pr-2 align-middle bg-purple-400 pl-2 ml-auto whitespace-nowrap disabled:opacity-60 rounded-br-lg"