From: soufiane Date: Wed, 15 May 2024 08:56:50 +0000 (+0200) Subject: wait #6812 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d5e438a6e447813d110344866858b9c7b2a1f33f;p=fluidbook-toolbox-quiz.git wait #6812 @0:30 --- diff --git a/js/quiz.resize.js b/js/quiz.resize.js index 6eb7cfe..fb10d11 100644 --- a/js/quiz.resize.js +++ b/js/quiz.resize.js @@ -66,7 +66,7 @@ QuizResize.prototype = { } else { $(".btn.reset .text").html(textReset); $(".btn.moreinfo .text").html(textInfo); - $("#score").css("height","calc(100vh - 125px)") + $("#score").css("height","576px") this.resetCenterItems(); } }, diff --git a/style/105-outro.sass b/style/105-outro.sass index b13ecb9..1b94733 100644 --- a/style/105-outro.sass +++ b/style/105-outro.sass @@ -303,6 +303,12 @@ .area-container display: grid grid-template-columns: 2fr 2fr + .m & + display: flex + + .area-container .area + .m & + width: calc(50% - 4px) .area-container, .match-wrapper