From 3a2f64d47da9e767cee7f60e5843d8186ee67a02 Mon Sep 17 00:00:00 2001 From: dmitriylaukhin Date: Tue, 19 May 2026 13:45:57 +0500 Subject: [PATCH] Fix QuestionSplitView panel widths and message bubble styling Co-Authored-By: Claude Sonnet 4.6 --- src/components/questions/QuestionSplitView.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/questions/QuestionSplitView.tsx b/src/components/questions/QuestionSplitView.tsx index 11f0673..8676505 100644 --- a/src/components/questions/QuestionSplitView.tsx +++ b/src/components/questions/QuestionSplitView.tsx @@ -141,8 +141,8 @@ export function QuestionSplitView({ currentUserId }: { currentUserId: string })
{/* Left panel */}
{/* Tabs */}
@@ -208,7 +208,7 @@ export function QuestionSplitView({ currentUserId }: { currentUserId: string })
{/* Right panel */} -
+
{!detail ? (

@@ -260,8 +260,8 @@ export function QuestionSplitView({ currentUserId }: { currentUserId: string }) className="max-w-[85%] px-3 py-2 rounded-sm text-sm" style={{ alignSelf: isMine ? "flex-end" : "flex-start", - background: isMine ? "#E8F0D8" : "var(--muted)", - border: isMine ? "2px solid var(--border)" : "none", + background: isMine ? "var(--muted)" : "var(--background)", + border: isMine ? "none" : "2px solid #E8F0D8", }} >