diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index ea2e55bd8..ad08fe897 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -319,7 +319,7 @@ details summary::-webkit-details-marker { box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08); border-radius: 5px; padding: .5em 1em .5em .5em; -} +} .input-elevated::placeholder { color: #838D99; @@ -417,7 +417,7 @@ details summary::-webkit-details-marker { background: rgba(0,0,0,0.04); } -.timeline-sidenav.nav-pills .nav-link.active, +.timeline-sidenav.nav-pills .nav-link.active, .timeline-sidenav.nav-pills .show > .nav-link { color: #08d; background: transparent; @@ -434,4 +434,14 @@ details summary::-webkit-details-marker { .notification-tooltip .arrow::before { border-bottom-color:#dc3545 !important; -} \ No newline at end of file +} + +.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