diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index f3e7ac95e..9f5f3a303 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -462,3 +462,13 @@ details summary::-webkit-details-marker { height: auto; } } + +.img-thumbnail { + box-sizing: content-box; +} + +.reply-container { + .post-thumbnail { + object-fit: cover; + } +} diff --git a/resources/views/status/reply.blade.php b/resources/views/status/reply.blade.php index c997c6a22..9d1a9da92 100644 --- a/resources/views/status/reply.blade.php +++ b/resources/views/status/reply.blade.php @@ -2,12 +2,12 @@ @section('content') -
+
- +
@@ -54,6 +54,6 @@ $('.reactions').hide(); $('.more-comments').hide(); $('.card-footer').hide(); - }); + }); -@endpush \ No newline at end of file +@endpush