Skip to content

Commit fe2c5e3

Browse files
Gargronhiyuki2578
authored andcommitted
Fix left side of single column layout being cropped on smaller screens (mastodon#11894)
Fix mastodon#11476
1 parent ac3fd84 commit fe2c5e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/javascript/styles/mastodon/components.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,6 +1893,7 @@ a.account__display-name {
18931893
pointer-events: none;
18941894
display: flex;
18951895
justify-content: flex-end;
1896+
min-width: 285px;
18961897

18971898
&--start {
18981899
justify-content: flex-start;
@@ -1910,6 +1911,7 @@ a.account__display-name {
19101911
box-sizing: border-box;
19111912
width: 100%;
19121913
max-width: 600px;
1914+
flex: 0 0 auto;
19131915
display: flex;
19141916
flex-direction: column;
19151917

0 commit comments

Comments
 (0)