app comment view updated
This commit is contained in:
parent
f6d811554f
commit
362e880f50
10
public/css/custom.css
vendored
10
public/css/custom.css
vendored
@ -699,6 +699,16 @@ table .align-items-center td span.badge {
|
|||||||
/*--------Report Column Finish--------*/
|
/*--------Report Column Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
|
/*--------App Comment--------*/
|
||||||
|
.media-comment-text
|
||||||
|
{
|
||||||
|
border-top-left-radius: 0.4375rem;
|
||||||
|
background-color: #ebebf0;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
/*--------App Comment Finish--------*/
|
||||||
|
|
||||||
|
|
||||||
/*----------------RESPONSIVE START LINE----------------*/
|
/*----------------RESPONSIVE START LINE----------------*/
|
||||||
/*--------Xs Breakpoint--------*/
|
/*--------Xs Breakpoint--------*/
|
||||||
@media (min-width: 304px) and (max-width: 575.98px)
|
@media (min-width: 304px) and (max-width: 575.98px)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<div id="review-items">
|
<div id="review-items">
|
||||||
@foreach($reviews->data as $review)
|
@foreach($reviews->data as $review)
|
||||||
<div class="media media-comment">
|
<div class="media media-comment">
|
||||||
<img alt="Image placeholder" class="avatar avatar-lg media-comment-avatar rounded-circle" src="{{ $review->thumb }}" alt="{{ $review->author }}">
|
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<div class="media-comment-text">
|
<div class="media-comment-text">
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user