completionId: cgen-308bb832e27346578d5bcc7fffa878df
cgen-308bb832e27346578d5bcc7fffa878df
This commit is contained in:
parent
fa3acc8f26
commit
c2ba4b3679
1 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ export default function ArmSwitcherModal({
|
|||
return (
|
||||
<div className="fixed inset-0 z-[999] bg-black/98 backdrop-blur-lg overflow-hidden flex flex-col">
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between px-4 sm:px-6 py-2 border-b border-gray-800/50">
|
||||
<div className="flex items-center justify-between px-4 sm:px-6 py-2 border-b border-gray-800/50 flex-shrink-0">
|
||||
<button
|
||||
type="button"
|
||||
onClick={handleBack}
|
||||
|
|
@ -151,7 +151,7 @@ export default function ArmSwitcherModal({
|
|||
</div>
|
||||
|
||||
{/* Content */}
|
||||
<div className="flex-1 overflow-y-auto px-4 sm:px-6 py-4 sm:py-3 flex items-start justify-center">
|
||||
<div className="flex-1 overflow-y-auto px-4 sm:px-6 py-8 sm:py-6 flex items-center justify-center flex-shrink-0 min-h-0">
|
||||
{!selectedArm ? (
|
||||
// Arm Grid - Minimal
|
||||
<div className="w-full max-w-sm space-y-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue