mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
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:
parent
08e0635b65
commit
9fadff140c
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue