Browse Source

Change width breakpoint for mobile placement behavior (#30131)

dariusk-working/4_3_0
Claire 2 years ago committed by GitHub
parent
commit
26e10aa203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/javascript/styles/mastodon/components.scss

2
app/javascript/styles/mastodon/components.scss

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

Loading…
Cancel
Save