WIP attachments
This commit is contained in:
parent
fc3d7a7565
commit
6c487f0c58
2 changed files with 15 additions and 12 deletions
|
@ -38,7 +38,7 @@
|
|||
.avatar-wrapper {
|
||||
margin-right: 10px;
|
||||
// margin-top: 13px;
|
||||
top: 5px;
|
||||
// top: 5px;
|
||||
width: 32px;
|
||||
position: relative;
|
||||
|
||||
|
@ -60,6 +60,7 @@
|
|||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
max-width: 80%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
float: right;
|
||||
min-width: 10rem;
|
||||
|
|
|
@ -26,17 +26,19 @@
|
|||
</router-link>
|
||||
</div>
|
||||
<div class="direct-conversation-inner">
|
||||
<div class="media status">
|
||||
<StatusContent
|
||||
:status="messageForStatusContent"
|
||||
:full-content="true">
|
||||
<span
|
||||
slot="footer"
|
||||
class="created-at"
|
||||
>
|
||||
{{ createdAt }}
|
||||
</span>
|
||||
</StatusContent>
|
||||
<div class="status-body" :style="{ 'min-width': message.attachment ? '80%' : '' }">
|
||||
<div class="media status">
|
||||
<StatusContent
|
||||
:status="messageForStatusContent"
|
||||
:full-content="true">
|
||||
<span
|
||||
slot="footer"
|
||||
class="created-at"
|
||||
>
|
||||
{{ createdAt }}
|
||||
</span>
|
||||
</StatusContent>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue