mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update components.js, update read more
This commit is contained in:
parent
d4c647cb4d
commit
2cf85394b3
1 changed files with 2 additions and 2 deletions
4
resources/assets/js/components.js
vendored
4
resources/assets/js/components.js
vendored
|
@ -27,8 +27,8 @@ pixelfed.readmore = () => {
|
|||
el.readmore({
|
||||
collapsedHeight: 45,
|
||||
heightMargin: 48,
|
||||
moreLink: '<a href="#" class="d-block small text-muted text-center">Read more ...</a>',
|
||||
lessLink: '<a href="#" class="d-block small text-muted text-center">Hide</a>',
|
||||
moreLink: '<a href="#" class="d-block small font-weight-bold text-dark text-center">Show more</a>',
|
||||
lessLink: '<a href="#" class="d-block small font-weight-bold text-dark text-center">Show less</a>',
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue