Merge pull request #1123 from batuhawk/master

App comment view updated
This commit is contained in:
Batuhan Baş 2020-01-14 17:06:42 +03:00 committed by GitHub
commit 49fd9b81dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

10
public/css/custom.css vendored
View File

@ -699,6 +699,16 @@ table .align-items-center td span.badge {
/*--------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----------------*/
/*--------Xs Breakpoint--------*/
@media (min-width: 304px) and (max-width: 575.98px)

View File

@ -1,7 +1,6 @@
<div id="review-items">
@foreach($reviews->data as $review)
<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-comment-text">
<div class="d-flex">