style: update animation duration and delay, fix transition issues on mobile

This commit is contained in:
radishzzz 2025-05-19 12:05:34 +01:00
parent 9edc1fc325
commit 120ebbbb3f
7 changed files with 110 additions and 88 deletions

View file

@ -52,5 +52,7 @@ const MarginBottom = isPost && themeConfig.comment?.enabled
<Button supportedLangs={supportedLangs} />
<GithubCard />
<PhotoSwipe />
<!-- Fix bottom space being cut off before page transition on mobile -->
<div class="fixed bottom-0 w-full"></div>
</body>
</html>