Skip to content

Commit

Permalink
Fix layout styling in AdvancedControls by adjusting border radius for…
Browse files Browse the repository at this point in the history
… improved visual consistency
  • Loading branch information
Precious-Macaulay committed Nov 15, 2024
1 parent 76c7ac0 commit 8c03c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PromptForm/AdvancedControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const AdvancedControls = () => {
)}
</div>

<div className={`w-full grid grid-cols-1 p-4 bg-gray-50 rounded-bl-lg md:order-3 order-2 ${!image && !imageUrl ? 'opacity-50 pointer-events-none' : ''}`}>
<div className={`w-full grid grid-cols-1 p-4 bg-gray-50 md:rounded-bl-lg md:order-3 order-2 ${!image && !imageUrl ? 'opacity-50 pointer-events-none' : ''}`}>
<div className="flex justify-between items-center mb-2">
<h2 className="text-sm font-medium text-gray-800">ControlNet/Img2Img</h2>
</div>
Expand Down

0 comments on commit 8c03c34

Please sign in to comment.