Cameras drag and snap;
This commit is contained in:
@@ -54,7 +54,7 @@ export default function UserCamera({
|
||||
}}
|
||||
className={clsx(
|
||||
"aspect-square rounded-[1.667vw] bg-yellow-500 relative flex-shrink-0 pointer-events-auto",
|
||||
isAdmin && "order-last"
|
||||
isAdmin && "order-3"
|
||||
)}
|
||||
>
|
||||
{isAdmin && <Admin className="absolute top-0 right-0" />}
|
||||
|
||||
Reference in New Issue
Block a user