🐛 Adjusted font size for players in classic mode

This commit is contained in:
Mawoka
2023-10-18 19:17:43 +02:00
parent 02bc36aa59
commit 22f0e9fa9d
+3 -3
View File
@@ -147,10 +147,10 @@ SPDX-License-Identifier: MPL-2.0
<div class="h-screen w-screen">
{#if game_mode === 'normal'}
<div
class="flex flex-col justify-start w-screen"
class="flex flex-col justify-start"
style="height: {question.image ? '33.333333' : '16.666667'}%"
>
<h1 class="text-3xl text-center text-black dark:text-white mt-2">
<h1 class="lg:text-2xl text-lg text-center text-black dark:text-white mt-2 break-normal mb-2">
{@html question.question}
</h1>
{#if question.image !== null && game_mode !== 'kahoot'}
@@ -165,7 +165,7 @@ SPDX-License-Identifier: MPL-2.0
{/if}
{#if timer_res !== '0'}
{#if question.type === QuizQuestionType.ABCD || question.type === QuizQuestionType.VOTING}
<div class="w-full relative" style="height: {get_div_height()}%">
<div class="w-full relative h-full" style="height: {get_div_height()}%">
<div
class="absolute top-0 bottom-0 left-0 right-0 m-auto rounded-full h-fit w-fit border-2 border-black shadow-2xl z-40"
>