fix
This commit is contained in:
parent
c4b3eff348
commit
6d94cfb8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ const Timeline = {
|
|||
const offset = computed(() => {
|
||||
if (embedded.value) {
|
||||
// The fontsize after navbar is the little gap between navbar and content
|
||||
return navbarSize.value + fontsize.value
|
||||
return navbarSize.value + fontSize.value
|
||||
} else {
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue