mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
Update apps/web/components/quick-note-card.tsx
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
parent
1751ff3e70
commit
08e0635b65
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ 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)] 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