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:
parent
bba0269d97
commit
50cd73e5d7
3 changed files with 6 additions and 0 deletions
|
@ -923,6 +923,7 @@
|
|||
background: transparent;
|
||||
padding: 0;
|
||||
padding-top: 8px;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue