Add "Show thread" button to public profiles (#13000)

This adds "Show thread" button to the status view which is used in
profiles. The logic to display the button is mimicking logic in
web app available at app/javascript/mastodon/components/status.js#L439.

* The little change in components CSS required to remove enforced
  underline for all links on public pages on our button.
This commit is contained in:
Sasha Sorokin
2020-01-29 11:35:54 -05:00
committed by GitHub
parent bba0269d97
commit 50cd73e5d7
3 changed files with 6 additions and 0 deletions

View File

@ -923,6 +923,7 @@
background: transparent;
padding: 0;
padding-top: 8px;
text-decoration: none;
&:hover,
&:active {