mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
chore: swap button positions
This commit is contained in:
parent
7671309edf
commit
f3334d4a45
1 changed files with 1 additions and 1 deletions
|
@ -75,8 +75,8 @@ const footerMarginClass = isPost && themeConfig.comment?.waline?.serverURL
|
||||||
|
|
||||||
<!-- only show on mobile (fix position issue on ios / fix right distance)-->
|
<!-- 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">
|
<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 />
|
<LanguageSwitcher />
|
||||||
|
<ThemeToggle />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--=============================================== Theme Toggle ===============================================-->
|
<!--=============================================== Theme Toggle ===============================================-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue