From 832ff1d586c0ecf4174218553d90466a7042122e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 6 Oct 2023 12:51:30 +0200 Subject: [PATCH] wip #6336 @0.5 --- style/100-global.sass | 7 +++---- style/106-question-draganddrop.sass | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/style/100-global.sass b/style/100-global.sass index c4aa2fb..a20680e 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -274,17 +274,16 @@ body &[data-bg-type="draganddropArea1"], &[data-bg-type="draganddropArea2"] width: 260px - .m & - height: 25% + width: 100% + left: 0 + right: auto &[data-bg-type="draganddropArea2"] left: auto right: 0 .m & - left: 0 - right: auto top: auto bottom: 0 diff --git a/style/106-question-draganddrop.sass b/style/106-question-draganddrop.sass index 8c7f5f3..d57658c 100644 --- a/style/106-question-draganddrop.sass +++ b/style/106-question-draganddrop.sass @@ -251,9 +251,10 @@ .zone-content border-color: transparent + width: 100% + &.zone-1 - width: 100% - height: auto + height: 150px .zone-content top: 0 -- 2.39.5