forked from AkkomaGang/akkoma-fe
Put conversation 'Collapse' back on the same line with the rest of the heading.'
This commit is contained in:
parent
aa0d207c94
commit
ae570ea0ff
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="timeline panel panel-default base00-background">
|
<div class="timeline panel panel-default base00-background">
|
||||||
<div class="panel-heading base01-background base04" style="justify-content:space-between;">
|
<div class="panel-heading base01-background base04">
|
||||||
Conversation
|
Conversation
|
||||||
<div v-if="collapsable">
|
<span v-if="collapsable" style="float:right;">
|
||||||
<small><a href="#" @click.prevent="$emit('toggleExpanded')">Collapse</a></small>
|
<small><a href="#" @click.prevent="$emit('toggleExpanded')">Collapse</a></small>
|
||||||
</div>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="timeline">
|
<div class="timeline">
|
||||||
|
|
Loading…
Reference in a new issue