update default value of the author size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-04-18 20:22:42 +02:00
parent 1512d71016
commit 0d1f15b30e
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -403,7 +403,7 @@ export default {
return {
tool: localStorage.getItem('tool') ?? 'heading',
author: localStorage.getItem('author') ?? 'Author name',
authorSize: localStorage.getItem('authorSize') ?? 20,
authorSize: localStorage.getItem('authorSize') ?? 2.5,
authorShow: localStorage.getItem('authorShow') ?? true,
authorPadding: localStorage.getItem('authorPadding') ?? 10,
authorAlign: localStorage.getItem('authorAlign') ?? 'left',