Skip to content

Commit d708bb1

Browse files
Aprasaksclaude
andcommitted
chore: Tailwind V4 canonical class 적용 (md:w-[420px] → md:w-105)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bec823e commit d708bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/ChatDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default function ChatDrawer() {
109109
<div
110110
className={`
111111
fixed bottom-0 right-0 z-50 flex flex-col
112-
w-full md:w-[420px] md:bottom-4 md:right-4 md:rounded-2xl
112+
w-full md:w-105 md:bottom-4 md:right-4 md:rounded-2xl
113113
transition-all duration-300 ease-in-out
114114
${isOpen ? 'translate-y-0 opacity-100' : 'translate-y-full opacity-0 pointer-events-none'}
115115
`}

0 commit comments

Comments
 (0)