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:
Vedant Mahajan 2026-05-21 21:23:27 +05:30 committed by GitHub
parent 1751ff3e70
commit 08e0635b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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