File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const editorVariants = cva(
2626 variant : {
2727 ai : 'w-full px-0 text-base md:text-sm' ,
2828 aiChat :
29- 'max-h-[min(70vh,320px)] w-full max-w-[700px] overflow-y-auto px-5 py-3 text-base md:text-sm' ,
29+ 'max-h-[min(70vh,320px)] w-full overflow-y-auto px-5 py-3 text-base md:text-sm' ,
3030 default :
3131 'size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]' ,
3232 demo : 'size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]' ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const editorVariants = cva(
7272 variant : {
7373 ai : 'w-full px-0 text-base md:text-sm' ,
7474 aiChat :
75- 'max-h-[min(70vh,320px)] w-full max-w-[700px] overflow-y-auto px-3 py-2 text-base md:text-sm' ,
75+ 'max-h-[min(70vh,320px)] w-full overflow-y-auto px-3 py-2 text-base md:text-sm' ,
7676 comment : cn ( 'rounded-none border-none bg-transparent text-sm' ) ,
7777 default :
7878 'size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]' ,
You can’t perform that action at this time.
0 commit comments