summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2024-05-01 01:39:28 +0200
committerGitHub <noreply@github.com>2024-04-30 23:39:28 +0000
commit26e10aa203d18e452cdf836209875f05a6e01882 (patch)
tree2d61137455c22e001c09143e9678a158c046928c
parent75470f1256cbc962be5ed7d92f4e522146cfaac5 (diff)
Change width breakpoint for mobile placement behavior (#30131)
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 9cb03bedf18..51596ec2444 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;
}
}