message box
This commit is contained in:
parent
2bef958d44
commit
bc2322974e
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue