diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 2957176f..cb639460 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -189,6 +189,10 @@ body, button, input, textarea { } @media (max-width: map-get($grid-breakpoints, "sm")) { + .card-md-border-0 { + border-width: 0!important; + border-radius: 0!important; + } .card-md-rounded-0 { border-width: 1px 0; border-radius:0 !important; @@ -289,4 +293,4 @@ details summary::-webkit-details-marker { .details-animated[open] > summary { display: none!important; -} \ No newline at end of file +} diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index 2f5b3ec8..8c402e09 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -16,18 +16,18 @@ @endif -
+
@if($owner && request()->is('*/saved'))

{{__('profile.savedWarning')}}

@endif -
+
@if($timeline->count() > 0) @foreach($timeline as $status) -