From 26e10aa203d18e452cdf836209875f05a6e01882 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 1 May 2024 01:39:28 +0200 Subject: [PATCH] Change width breakpoint for mobile placement behavior (#30131) --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 9cb03bedf1..51596ec244 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/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; } }