Merge commit '5dfdec645313e556413147597138a8008bc35996' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2024-09-23 20:24:18 +02:00
124 changed files with 902 additions and 699 deletions

View File

@@ -2708,7 +2708,7 @@ a.account__display-name {
&__main {
box-sizing: border-box;
width: 100%;
flex: 0 0 auto;
flex: 0 1 auto;
display: flex;
flex-direction: column;

View File

@@ -87,7 +87,7 @@ $media-modal-media-max-width: 100%;
// put margins on top and bottom of image to avoid the screen covered by image.
$media-modal-media-max-height: 80%;
$no-gap-breakpoint: 1207px;
$no-gap-breakpoint: 1175px;
$mobile-breakpoint: 630px;
$font-sans-serif: 'mastodon-font-sans-serif' !default;