Merge branch 'virtual-scrolling-2.0' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-09-16 03:17:23 +03:00
commit 314e39bc7b

View file

@ -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
}