1
0
Fork 0

Fix #244 and rounded corners in xs viewpoint

This commit is contained in:
Stasiek Michalski 2018-06-09 21:46:29 +02:00 committed by GitHub
parent bccd01b2dc
commit b5e8b9c203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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));
}