diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2019-05-29 18:03:56 +0900 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-19 15:53:32 -0600 |
commit | 8fe650ea4dd291b87048ed4155a2cdfc391e3669 (patch) | |
tree | 3ef9997c5d0ef6b99c321b38eeb7349f6173fbc1 /app | |
parent | c18c9f43127be236ed0f71296e72d0ae00b025d7 (diff) |
Fix safari post field display issue in single column layout (#10883)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 6b8b89a03..959b601e6 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1976,6 +1976,7 @@ a.account__display-name { .columns-area--mobile { flex-direction: column; width: 100%; + height: 100%; margin: 0 auto; .column, |