mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 14:03:16 +00:00
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-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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue