Browse Source

Fix safari post field display issue in single column layout (#10883)

pull/4/head
Takeshi Umeda 4 years ago
committed by Eugen Rochko
parent
commit
7f203f7c49
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss View File

@ -1976,6 +1976,7 @@ a.account__display-name {
.columns-area--mobile {
flex-direction: column;
width: 100%;
height: 100%;
margin: 0 auto;
.column,

Loading…
Cancel
Save