aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.vue
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-03-07 19:19:12 -0500
committerTusooa Zhu <tusooa@kazv.moe>2022-03-07 19:19:32 -0500
commit415a823af09b61e7ca7adfe295ad3a5eebc5e8b5 (patch)
treefdd71352348df461f95efe224f9f20f7e4870618 /src/components/conversation/conversation.vue
parent0e323ef248fbf9ae7e2a4a13b859b66dd803d76d (diff)
Clean up dead code
Diffstat (limited to 'src/components/conversation/conversation.vue')
-rw-r--r--src/components/conversation/conversation.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 3e96fba2..20dea4f9 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -230,7 +230,6 @@
}
.thread-ancestor-dive-box-inner {
padding: $status-margin;
- //border-left: 2px solid var(--border, $fallback--border);
}
.conversation-status {
@@ -263,10 +262,5 @@
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
border-bottom: 1px solid var(--border, $fallback--border);
}
- /* &.-expanded { */
- /* .conversation-status:last-child { */
- /* border-bottom: none; */
- /* } */
- /* } */
}
</style>