Reverted top-margin of back-to-top button

This commit is contained in:
squidfunk
2021-07-03 16:13:29 +02:00
parent 3649fdac42
commit 8b322d3ffc
8 changed files with 10 additions and 10 deletions

View File

@@ -152,7 +152,7 @@ export function mountBackToTop(
/* Update state */
next([{ hidden }, { height }]) {
setBackToTopOffset(el, height + 12)
setBackToTopOffset(el, height + 16)
if (hidden)
setBackToTopState(el, "hidden")
else