🐛 Maybe fixed not centered text in Safari

This commit is contained in:
Mawoka
2022-12-28 12:01:43 +01:00
parent 05779a56c1
commit 43ed361f76
+4 -2
View File
@@ -244,6 +244,8 @@
{/each}
</div>
{/if}
{:else if question.type === QuizQuestionType.SLIDE}
<p>Slide!</p>
{:else}
<p>Unknown Question Type (shouldn't happen)</p>
{/if}
@@ -259,7 +261,7 @@
data.questions = [...data.questions, { ...empty_question }];
}}
>
Question
<span class="w-full text-center">Question</span>
<svg
class="h-full"
fill="none"
@@ -282,7 +284,7 @@
data.questions = [...data.questions, { ...empy_slide }];
}}
>
Slide
<span class="w-full text-center">Slide</span>
<svg
class="h-full"
fill="none"