Make 'Show full conversation' button have left border in embbeded mode
This commit is contained in:
parent
5768806d1b
commit
9432fcec7d
1 changed files with 19 additions and 19 deletions
|
@ -19,29 +19,29 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="conversation-body panel-body">
|
<div class="conversation-body panel-body">
|
||||||
<div
|
|
||||||
v-if="shouldShowAllConversationButton"
|
|
||||||
class="conversation-dive-to-top-level-box"
|
|
||||||
>
|
|
||||||
<i18n
|
|
||||||
path="status.show_all_conversation_with_icon"
|
|
||||||
tag="button"
|
|
||||||
class="button-unstyled -link"
|
|
||||||
@click.prevent="diveToTopLevel"
|
|
||||||
>
|
|
||||||
<FAIcon
|
|
||||||
place="icon"
|
|
||||||
icon="angle-double-left"
|
|
||||||
/>
|
|
||||||
<span place="text">
|
|
||||||
{{ $tc('status.show_all_conversation', otherTopLevelCount, { numStatus: otherTopLevelCount }) }}
|
|
||||||
</span>
|
|
||||||
</i18n>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
v-if="isTreeView"
|
v-if="isTreeView"
|
||||||
class="thread-body"
|
class="thread-body"
|
||||||
>
|
>
|
||||||
|
<div
|
||||||
|
v-if="shouldShowAllConversationButton"
|
||||||
|
class="conversation-dive-to-top-level-box"
|
||||||
|
>
|
||||||
|
<i18n
|
||||||
|
path="status.show_all_conversation_with_icon"
|
||||||
|
tag="button"
|
||||||
|
class="button-unstyled -link"
|
||||||
|
@click.prevent="diveToTopLevel"
|
||||||
|
>
|
||||||
|
<FAIcon
|
||||||
|
place="icon"
|
||||||
|
icon="angle-double-left"
|
||||||
|
/>
|
||||||
|
<span place="text">
|
||||||
|
{{ $tc('status.show_all_conversation', otherTopLevelCount, { numStatus: otherTopLevelCount }) }}
|
||||||
|
</span>
|
||||||
|
</i18n>
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="shouldShowAncestors"
|
v-if="shouldShowAncestors"
|
||||||
class="thread-ancestors"
|
class="thread-ancestors"
|
||||||
|
|
Loading…
Reference in a new issue