File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,9 @@ export default function SearchPage() {
210210 ) }
211211
212212 { /* 챗봇 위젯 */ }
213- < div className = "fixed right-10 bottom-10 z-50 flex flex-col items-end gap-3 sm:right-6 sm:bottom-6" >
213+ < div className = "fixed right-4 bottom-10 z-50 flex flex-col items-end gap-3 sm:right-6 sm:bottom-6" >
214214 { isChatOpen && (
215- < div className = "bg-background animate-in slide-in-from-bottom-5 fade-in-0 flex h-[500px] w-[calc(100vw-2rem )] max-w-[400px] flex-col rounded-lg border shadow-2xl duration-300 sm:h-[600px]" >
215+ < div className = "bg-background animate-in slide-in-from-bottom-5 fade-in-0 flex h-[500px] w-[calc(100vw-4rem )] max-w-[400px] flex-col rounded-lg border shadow-2xl duration-300 sm:h-[600px]" >
216216 { /* 헤더 */ }
217217 < div className = "flex items-center justify-between border-b p-3 sm:p-4" >
218218 < div className = "flex items-center gap-2" >
You can’t perform that action at this time.
0 commit comments