diff --git a/src/build/template.html b/src/build/template.html
index f904af0e..94f89588 100644
--- a/src/build/template.html
+++ b/src/build/template.html
@@ -39,6 +39,7 @@
--main-content-pad-top: 0px;
--main-content-pad-bottom: var(--main-content-pad-vertical);
--toast-gap-bottom: var(--nav-total-height);
+ --fab-gap-top: 0px;
}
diff --git a/src/routes/_components/compose/ComposeStickyButton.html b/src/routes/_components/compose/ComposeStickyButton.html
index e5bf3cac..8362555a 100644
--- a/src/routes/_components/compose/ComposeStickyButton.html
+++ b/src/routes/_components/compose/ComposeStickyButton.html
@@ -25,7 +25,7 @@
:global(.compose-box-button-sticky, .compose-box-button-fixed) {
z-index: 5000;
- top: calc(var(--nav-total-height));
+ top: calc(var(--fab-gap-top));
}