forked from mirror/pixelfed
Fix #244 and rounded corners in xs viewpoint
This commit is contained in:
parent
bccd01b2dc
commit
b5e8b9c203
1 changed files with 9 additions and 0 deletions
9
resources/assets/sass/custom.scss
vendored
9
resources/assets/sass/custom.scss
vendored
|
@ -214,6 +214,10 @@ body, button, input, textarea {
|
||||||
.max-hide-overflow {
|
.max-hide-overflow {
|
||||||
max-height: 600px!important;
|
max-height: 600px!important;
|
||||||
}
|
}
|
||||||
|
.card-md-rounded-0 {
|
||||||
|
border-width: 1px 0;
|
||||||
|
border-radius:0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: map-get($grid-breakpoints, "md")) {
|
@media (min-width: map-get($grid-breakpoints, "md")) {
|
||||||
|
@ -234,3 +238,8 @@ body, button, input, textarea {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background-position: 50%;
|
background-position: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-photo img {
|
||||||
|
object-fit: contain;
|
||||||
|
max-height: calc(100vh - (6rem));
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue