From f80bd9f7ab977a71853db2632d326ea009b57873 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Oct 2023 09:12:09 +0200 Subject: [PATCH] wait #6375 @0.25 --- style/100-global.sass | 22 ------------------- views/screens/question_draganddrop.blade.php | 1 + .../question_draganddrop_area.blade.php | 1 - 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/style/100-global.sass b/style/100-global.sass index d43ebe0..e271989 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -266,28 +266,6 @@ body height: 100% pointer-events: none - &[data-bg-type="standard"] - height: 160px - - .m & - height: 20% - - &[data-bg-type="draganddropArea1"], &[data-bg-type="draganddropArea2"] - width: 260px - .m & - width: 100% - left: 0 - right: auto - - &[data-bg-type="draganddropArea2"] - left: auto - right: 0 - - .m & - top: auto - bottom: 0 - - img width: 100% height: 100% diff --git a/views/screens/question_draganddrop.blade.php b/views/screens/question_draganddrop.blade.php index dd857a7..90d07f4 100644 --- a/views/screens/question_draganddrop.blade.php +++ b/views/screens/question_draganddrop.blade.php @@ -1,4 +1,5 @@
+ @include('components.background',['data'=>$data,'name'=>'draganddrop','fit'=>'fill']) @include('screens.question_draganddrop_area',['data'=>$data,'area'=>1,'question'=>$question,'theme'=>$theme])
diff --git a/views/screens/question_draganddrop_area.blade.php b/views/screens/question_draganddrop_area.blade.php index 4ac8dad..a1e332e 100644 --- a/views/screens/question_draganddrop_area.blade.php +++ b/views/screens/question_draganddrop_area.blade.php @@ -1,5 +1,4 @@
- @include('components.background',['data'=>$data,'name'=>'draganddropArea'.$area,'fit'=>'fill'])

{{ $question['area_'.$area]['title'] }}

-- 2.39.5