mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 07:56:50 +02:00
refactor: Reduce 2nd level reply padding
- Reduce left margin from ml-8 to ml-6 - Reduce left padding from pl-4 to pl-3 - Reduce top margin from mt-2 to mt-1 - Makes nested replies more compact
This commit is contained in:
@@ -204,7 +204,7 @@ export function ThreadConversation({
|
||||
|
||||
{/* Second-level replies (nested, indented) */}
|
||||
{hasChildren && !isCollapsed && (
|
||||
<div className="ml-8 mt-2 space-y-0 border-l-2 border-border pl-4">
|
||||
<div className="ml-6 mt-1 space-y-0 border-l-2 border-border pl-3">
|
||||
{node.children.map((child) => {
|
||||
const isChildFocused = focusedEventId === child.id;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user