mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
style: update animation duration and delay, fix transition issues on mobile
This commit is contained in:
parent
9edc1fc325
commit
120ebbbb3f
7 changed files with 110 additions and 88 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue