File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/blocks/interview Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { CompleteDialog } from './room/complete-dialog';
22
22
import { OtherUserCompletingDialog } from './room/other-user-completing-dialog' ;
23
23
24
24
const EXTENSION_HEIGHT = 250 ;
25
- const MIN_EDITOR_HEIGHT = 350 ;
25
+ const MIN_EDITOR_HEIGHT = 150 ;
26
26
27
27
type EditorProps = {
28
28
questionId : number ;
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ export const InterviewRoom = () => {
59
59
) : (
60
60
< WithNavBlocker >
61
61
< WithNavBanner crumbs = { crumbs } >
62
- < div className = 'flex flex-1 overflow-hidden' >
63
- < Card className = 'border-border m-4 flex w-[500px] overflow-hidden p-4 md:w-2/5' >
62
+ < div className = 'scrollbar-track-transparent scrollbar-thin flex flex-1 overflow-hidden sm:overflow-x-auto sm:overflow-y -hidden' >
63
+ < Card className = 'border-border m-4 flex w-[500px] overflow-hidden p-4 md:w-2/5 md:min-w-[292px] ' >
64
64
< Tabs defaultValue = 'details' className = 'size-full' >
65
65
< TabsList className = '' >
66
66
< TabsTrigger value = 'details' > Question Details</ TabsTrigger >
@@ -85,7 +85,7 @@ export const InterviewRoom = () => {
85
85
/>
86
86
</ div >
87
87
{ ( isAIChatOpen || isPartnerChatOpen ) && (
88
- < Card className = 'border-border m-4 w-[500px] overflow-hidden md:w-1/3' >
88
+ < Card className = 'border-border m-4 w-[500px] overflow-hidden md:w-1/3 md:min-w-[376px] ' >
89
89
{ isAIChatOpen && (
90
90
< AIChat
91
91
isOpen = { isAIChatOpen }
You can’t perform that action at this time.
0 commit comments