mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update read more font weight
This commit is contained in:
parent
67c2bd4a3a
commit
2eef353da2
1 changed files with 2 additions and 2 deletions
4
resources/assets/js/components.js
vendored
4
resources/assets/js/components.js
vendored
|
@ -20,8 +20,8 @@ pixelfed.readmore = () => {
|
||||||
el.readmore({
|
el.readmore({
|
||||||
collapsedHeight: 45,
|
collapsedHeight: 45,
|
||||||
heightMargin: 48,
|
heightMargin: 48,
|
||||||
moreLink: '<a href="#" class="d-block font-weight-lighter small text-dark text-center">Read more ...</a>',
|
moreLink: '<a href="#" class="d-block small text-muted text-center">Read more ...</a>',
|
||||||
lessLink: '<a href="#" class="d-block font-weight-lighter small text-dark text-center">Hide</a>',
|
lessLink: '<a href="#" class="d-block small text-muted text-center">Hide</a>',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue