]> cat aescling's git repositories - mastodon.git/commitdiff
Fix left side of single column layout being cropped on smaller screens (#11894)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 20 Sep 2019 08:51:52 +0000 (10:51 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2019 08:51:52 +0000 (10:51 +0200)
Fix #11476

app/javascript/styles/mastodon/components.scss

index 8893848ae9481119890cd980396e43356ee4fd18..17c94e23cde9293cff2a138fbdb14288794c1760 100644 (file)
@@ -1893,6 +1893,7 @@ a.account__display-name {
       pointer-events: none;
       display: flex;
       justify-content: flex-end;
+      min-width: 285px;
 
       &--start {
         justify-content: flex-start;
@@ -1910,6 +1911,7 @@ a.account__display-name {
       box-sizing: border-box;
       width: 100%;
       max-width: 600px;
+      flex: 0 0 auto;
       display: flex;
       flex-direction: column;