diff --git a/src/components/CommentNode.vue b/src/components/CommentNode.vue index a68e59d..3f8deba 100644 --- a/src/components/CommentNode.vue +++ b/src/components/CommentNode.vue @@ -1,114 +1,117 @@ @@ -158,12 +161,6 @@ const authorAvatar = computed(() => { return `https://robohash.org/${props.node.event.pubkey}.png` }) -// Dynamic bubble class based on nesting depth -const bubbleClass = computed(() => { - if (props.depth === 0) return 'bubble-root' - return 'bubble-reply' -}) - // Time formatting const timeAgo = computed(() => { const now = Math.floor(Date.now() / 1000) @@ -218,121 +215,119 @@ async function submitReply() { diff --git a/src/components/ContentDetailModal.vue b/src/components/ContentDetailModal.vue index 26d38f2..909130c 100644 --- a/src/components/ContentDetailModal.vue +++ b/src/components/ContentDetailModal.vue @@ -177,7 +177,7 @@
No comments yet. Be the first!
- +