Skip to content

Commit e330f53

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
style: remove unnecessary dividers and editor borders for a cleaner look
1 parent 5947de0 commit e330f53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/dashboard/LabNotebook.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/components/dashboard/RichTextEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */}

0 commit comments

Comments
 (0)