From b5e8b9c2035a3e993b5ad707c9121611dfdcd2a5 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Sat, 9 Jun 2018 21:46:29 +0200 Subject: [PATCH] Fix #244 and rounded corners in xs viewpoint --- resources/assets/sass/custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 551d2571f..cfccee999 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -214,6 +214,10 @@ body, button, input, textarea { .max-hide-overflow { max-height: 600px!important; } + .card-md-rounded-0 { + border-width: 1px 0; + border-radius:0 !important; + } } @media (min-width: map-get($grid-breakpoints, "md")) { @@ -234,3 +238,8 @@ body, button, input, textarea { height: 32px; background-position: 50%; } + +.status-photo img { + object-fit: contain; + max-height: calc(100vh - (6rem)); +}