diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-07 11:43:59 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-07 11:45:23 -0400 |
| commit | 22c70ae22a43bb1b11ace5a480df6587650bb6c3 (patch) | |
| tree | 9657b726ead980c9230466cf46f83430896ef301 /src | |
| parent | d8324dd80b2beeb96b81b4bc05df12550bbda407 (diff) | |
Fix shrug text in muted status
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/thread_tree/thread_tree.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue index 74577583..4eaf597d 100644 --- a/src/components/thread_tree/thread_tree.vue +++ b/src/components/thread_tree/thread_tree.vue @@ -1,5 +1,5 @@ <template> - <div class="thread-tree panel-body"> + <div class="thread-tree"> <status :key="status.id" ref="statusComponent" |
