aboutsummaryrefslogtreecommitdiff
path: root/src/components/thread_tree/thread_tree.vue
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2021-08-10 21:28:13 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-03-07 19:19:30 -0500
commit4adffb483579108c0bfe7593157e9bed3571903f (patch)
tree46371b133d42c2798f1479285999af577ca1a7b6 /src/components/thread_tree/thread_tree.vue
parent0e4a7c3d05333d1e3c86b26b4d6b7cd296ff2582 (diff)
Remove horizontal border and thicken vertical border in a thread tree
Diffstat (limited to 'src/components/thread_tree/thread_tree.vue')
-rw-r--r--src/components/thread_tree/thread_tree.vue7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue
index 46d65101..dce03f27 100644
--- a/src/components/thread_tree/thread_tree.vue
+++ b/src/components/thread_tree/thread_tree.vue
@@ -110,15 +110,12 @@
@import '../../_variables.scss';
.thread-tree-replies {
margin-left: $status-margin;
- border-left: 1px solid var(--border, $fallback--border);
- border-top: 1px solid var(--border, $fallback--border);
- border-top-left-radius: $fallback--panelRadius;
- border-top-left-radius: var(--panelRadius, $fallback--panelRadius);
+ border-left: 2px solid var(--border, $fallback--border);
}
.thread-tree-replies-hidden {
padding: $status-margin;
- border-top: 1px solid var(--border, $fallback--border);
+ //border-top: 1px solid var(--border, $fallback--border);
/* Make the button stretch along the whole row */
display: flex;
align-items: stretch;