feat: add back-to-top button and update its positioning

This commit is contained in:
Will Miao
2025-04-30 14:46:43 +08:00
parent b32756932b
commit 61f723a1f5
3 changed files with 10 additions and 8 deletions

View File

@@ -260,8 +260,8 @@
/* Back to Top Button */
.back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
bottom: 85px;
right: 30px;
width: 36px;
height: 36px;
border-radius: 50%;