message box

This commit is contained in:
medet97 2020-05-15 14:46:34 +05:00
parent 2bef958d44
commit bc2322974e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<div style="width: calc(100% - 120px); @if($comment->user_id) float: left; @endif"> <div style="width: calc(100% - 120px); @if($comment->user_id) float: left; @endif">
<p class="@if($comment->user_id) message-one-left @else message-one-right @endif" <p class="@if($comment->user_id) message-one-left @else message-one-right @endif"
style="position: relative; width: calc(100% - 50px); background-color: #e3e3e3; color: #000000; padding: 10px 30px; border-radius: 5px;">{{$comment->text}}</p> style="@if($comment->user_id) @else margin-bottom: -8px; @endif position: relative; width: calc(100% - 50px); background-color: #e3e3e3; color: #000000; padding: 10px 30px; border-radius: 5px;">{{$comment->text}}</p>
</div> </div>
<br> <br>
@if($comment->attachment) @if($comment->attachment)