diff --git a/frontend/src/components/Comparison.tsx b/frontend/src/components/Comparison.tsx index ebc0d8d4..b78265c7 100644 --- a/frontend/src/components/Comparison.tsx +++ b/frontend/src/components/Comparison.tsx @@ -235,15 +235,15 @@ export function Comparison({

{props?.command || "Drag and Drop Classification"}

- -
+ {/* These changes ensure the comparison activity can be viewed without any/slight scrolling and is larger. */} +
{/* Bank of Options (Now droppable) */}
onDrop(e, "bank")} onDragOver={(e) => onDragOver(e)} > -

Options

+

Options

{renderOptionsForStatus("bank")}
@@ -251,9 +251,9 @@ export function Comparison({
onDrop(e, categoryA)} onDragOver={(e) => onDragOver(e)} - className="flex-1 flex flex-col space-y-2 p-4 bg-white rounded-2xl border-2 border-gray-300 w-96 h-96" + className="flex-1 flex flex-col space-y-6 p-6 bg-white rounded-2xl border-2 border-gray-300 w-full max-w-md lg:max-w-lg xl:max-w-xl" > -

{categoryA}

+

{categoryA}

{renderOptionsForStatus(categoryA)}
@@ -261,9 +261,9 @@ export function Comparison({
onDrop(e, categoryB)} onDragOver={(e) => onDragOver(e)} - className="flex-1 flex flex-col space-y-2 p-4 bg-white rounded-2xl border-2 border-gray-300 w-96 h-96" + className="flex-1 flex flex-col space-y-6 p-6 bg-white rounded-2xl border-2 border-gray-300 w-full max-w-md lg:max-w-lg xl:max-w-xl" > -

{categoryB}

+

{categoryB}

{renderOptionsForStatus(categoryB)}
diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 102516f1..9d558f40 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -77,7 +77,7 @@ export default function Navbar() { return (
-
+
-