WIP attachments

This commit is contained in:
eugenijm 2020-05-11 23:34:27 +03:00
parent fc3d7a7565
commit 6c487f0c58
2 changed files with 15 additions and 12 deletions

View file

@ -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;

View file

@ -26,6 +26,7 @@
</router-link>
</div>
<div class="direct-conversation-inner">
<div class="status-body" :style="{ 'min-width': message.attachment ? '80%' : '' }">
<div class="media status">
<StatusContent
:status="messageForStatusContent"
@ -41,6 +42,7 @@
</div>
</div>
</div>
</div>
<div
v-else
class="date-separator"