File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ export const LabNotebook: React.FC<{ isDrawer?: boolean }> = ({ isDrawer = false
336336 { activeNotebook ? (
337337 < div className = { `flex-1 flex flex-col h-full w-full ${ isDrawer ? '' : 'max-w-[1440px] mx-auto' } ` } >
338338 { /* Editor Toolbar */ }
339- < div className = { `flex items-center justify-between py-4 border-b border-[var(--border-main)]/50 shrink-0 ${ isDrawer ? 'px-4' : 'px-8' } ` } >
339+ < div className = { `flex items-center justify-between py-4 shrink-0 ${ isDrawer ? 'px-4' : 'px-8' } ` } >
340340 < div className = "flex items-center gap-2" >
341341 { isDrawer && (
342342 < button
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ export const RichTextEditor: React.FC<RichTextEditorProps> = ({
314314 } ;
315315
316316 return (
317- < div className = "flex flex-col w-full h-full bg-[var(--bg-main)] border border-[var(--border-main)] rounded-xl focus-within:border-neutral-700 transition-colors" >
317+ < div className = "flex flex-col w-full h-full bg-[var(--bg-main)] rounded-xl focus-within:border-neutral-700 transition-colors" >
318318 { /* TOOLBAR */ }
319319 < div className = "flex items-center flex-wrap gap-0.5 p-1 bg-[var(--bg-header)] border-b border-[var(--border-main)] sticky top-0 z-20 rounded-t-xl" >
320320 { /* History */ }
You can’t perform that action at this time.
0 commit comments