Browse Source

Change styling of the recommended accounts to allow bio to be more visible (#24480)

lets-bump-hometown-to-mastodon-4.2
Chike Nwaenie 3 years ago committed by GitHub
parent
commit
e1b4eeb636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/styles/mastodon/components.scss

4
app/javascript/styles/mastodon/components.scss

@ -1459,9 +1459,11 @@ body > [data-popper-placement] {
}
&__note {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color: $ui-secondary-color;
}
}

Loading…
Cancel
Save