Fix biome formatting: split long line in quick-note-card

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-05-21 15:56:15 +00:00
parent 08e0635b65
commit 9fadff140c

View file

@ -99,7 +99,8 @@ export function QuickNoteCard({
<div
className={cn(
"relative w-full rounded-[22px] bg-[#1B1F24] p-1 transition-[box-shadow,transform,width] duration-200",
isExpanded && "z-[70] w-[min(calc(100vw-1.5rem),640px)] sm:w-full scale-[1.01]",
isExpanded &&
"z-[70] w-[min(calc(100vw-1.5rem),640px)] sm:w-full scale-[1.01]",
)}
style={{
boxShadow: isExpanded