🐛 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} {/each}
</div> </div>
{/if} {/if}
{:else if question.type === QuizQuestionType.SLIDE}
<p>Slide!</p>
{:else} {:else}
<p>Unknown Question Type (shouldn't happen)</p> <p>Unknown Question Type (shouldn't happen)</p>
{/if} {/if}
@@ -259,7 +261,7 @@
data.questions = [...data.questions, { ...empty_question }]; data.questions = [...data.questions, { ...empty_question }];
}} }}
> >
Question <span class="w-full text-center">Question</span>
<svg <svg
class="h-full" class="h-full"
fill="none" fill="none"
@@ -282,7 +284,7 @@
data.questions = [...data.questions, { ...empy_slide }]; data.questions = [...data.questions, { ...empy_slide }];
}} }}
> >
Slide <span class="w-full text-center">Slide</span>
<svg <svg
class="h-full" class="h-full"
fill="none" fill="none"