chore: swap button positions

This commit is contained in:
radishzzz 2025-03-13 21:55:04 +00:00
parent 7671309edf
commit f3334d4a45

View file

@ -75,8 +75,8 @@ const footerMarginClass = isPost && themeConfig.comment?.waline?.serverURL
<!-- only show on mobile (fix position issue on ios / fix right distance)-->
<div class="absolute right-7.25vw top-13.5 flex gap-6 [@supports(-webkit-touch-callout:none)]:top-12.5 min-[823px]:right-[calc(50vw-22rem)] lg:hidden">
<ThemeToggle />
<LanguageSwitcher />
<ThemeToggle />
</div>
<!--=============================================== Theme Toggle ===============================================-->