Make 'Show full conversation' button have left border in embbeded mode
This commit is contained in:
parent
5768806d1b
commit
9432fcec7d
|
@ -19,6 +19,10 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="conversation-body panel-body">
|
<div class="conversation-body panel-body">
|
||||||
|
<div
|
||||||
|
v-if="isTreeView"
|
||||||
|
class="thread-body"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
v-if="shouldShowAllConversationButton"
|
v-if="shouldShowAllConversationButton"
|
||||||
class="conversation-dive-to-top-level-box"
|
class="conversation-dive-to-top-level-box"
|
||||||
|
@ -38,10 +42,6 @@
|
||||||
</span>
|
</span>
|
||||||
</i18n>
|
</i18n>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
v-if="isTreeView"
|
|
||||||
class="thread-body"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
v-if="shouldShowAncestors"
|
v-if="shouldShowAncestors"
|
||||||
class="thread-ancestors"
|
class="thread-ancestors"
|
||||||
|
|
Loading…
Reference in New Issue