Skip to content

Commit

Permalink
Change width breakpoint for mobile placement behavior (mastodon#30131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Apr 30, 2024
1 parent 75470f1 commit 26e10aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5616,7 +5616,7 @@ a.status-card {
user-select: text;
display: flex;

@media screen and (max-width: $no-gap-breakpoint) {
@media screen and (width <= 630px) {
margin-top: auto;
}
}
Expand Down

0 comments on commit 26e10aa

Please sign in to comment.