File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
examples/website-chatbot-window/app Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @openassistantgpt/ui ' : patch
3+ ---
4+
5+ Adjust pading in chat window when disabeling icon.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function Home() {
1717 style = { {
1818 overflow : 'hidden' ,
1919 height : '80vh' ,
20- width : '480px ' ,
20+ width : '1080px ' ,
2121 bottom : '-30px' ,
2222 border : '2px solid #e2e8f0' ,
2323 borderRadius : '0.375rem' ,
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ export function OpenAssistantGPTChat({
249249 < div
250250 ref = { messagesContainerRef }
251251 className = { cn (
252- 'pb-[200px] overflow-auto max-h-max pl-6 sm:pl-20 sm:pr-20 md:pb-[100px] pt-4 md:pt-10' ,
252+ 'pb-[200px] overflow-auto max-h-max pl-2 pr-2 sm:pl-20 sm:pr-20 md:pb-[100px] pt-4 md:pt-10' ,
253253 className ,
254254 ) }
255255 >
You can’t perform that action at this time.
0 commit comments