From 22f0e9fa9d503441acac05da6dfbce6d37d1892b Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 18 Oct 2023 19:17:43 +0200 Subject: [PATCH] :bug: Adjusted font size for players in classic mode --- frontend/src/lib/play/question.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/play/question.svelte b/frontend/src/lib/play/question.svelte index 236e5bf..8cb3717 100644 --- a/frontend/src/lib/play/question.svelte +++ b/frontend/src/lib/play/question.svelte @@ -147,10 +147,10 @@ SPDX-License-Identifier: MPL-2.0
{#if game_mode === 'normal'}
-

+

{@html question.question}

{#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} -
+