diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-05-03 10:16:49 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-05-03 10:16:49 +0200 |
commit | 3869daef0937cf98f6a79f5c4543ee11724f37e8 (patch) | |
tree | d4b9c43975058d6e23eff874a9813a67125bbec3 /app/javascript/styles | |
parent | cb9a919ff28294a2f1cf3642a165ad433cbf856b (diff) | |
parent | 7e244879feaa8de9894e1147ff49a7e762fe462a (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `package.json`: Not really a conflict, upstream updated a dependency textually adjacent to a glitch-soc-only one. Updated the dependency as upstream did.
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 9d29f1cb5..694f5e928 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4053,7 +4053,7 @@ a.status-card.compact:hover { } & > span { - max-width: 400px; + max-width: 500px; } a { |