diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 6b04d2ba..f21bbbf7 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -193,6 +193,13 @@ body, button, input, textarea { } } +@media (max-width: map-get($grid-breakpoints, "sm")) { + .card-md-rounded-0 { + border-width: 1px 0; + border-radius:0 !important; + } +} + @keyframes loading-bar { from { background-position: 0 0; } to { background-position: 100vw 0; } @@ -235,6 +242,12 @@ body, button, input, textarea { background-position: 50%; } + +.status-photo img { + object-fit: contain; + max-height: calc(100vh - (6rem)); +} + @keyframes fadeInDown { 0% { opacity: 0; @@ -248,4 +261,5 @@ body, button, input, textarea { .details-animated[open] { animation-name: fadeInDown; animation-duration: 0.5s; -} \ No newline at end of file +} + diff --git a/resources/views/status/show.blade.php b/resources/views/status/show.blade.php index 8d2e27d6..6a867265 100644 --- a/resources/views/status/show.blade.php +++ b/resources/views/status/show.blade.php @@ -3,7 +3,7 @@ @section('content')