fix: position offset of the theme toggle button

This commit is contained in:
radishzzz 2025-03-20 12:53:01 +00:00
parent 850d9c2403
commit 0f63770b69
3 changed files with 7 additions and 7 deletions

View file

@ -87,7 +87,7 @@ const mobileFooterMargin = isPost && themeConfig.comment?.waline?.serverURL
<!-- Mobile widget (fix position issue on ios / fix right distance)-->
<div
class="absolute right-7.25vw top-13.6 flex gap-6 [@supports(-webkit-touch-callout:none)]:top-12.6 min-[823px]:right-[calc(50vw-22rem)]"
class="absolute right-7.25vw top-14.5 flex gap-6 [@supports(-webkit-touch-callout:none)]:top-13.5 min-[823px]:right-[calc(50vw-22rem)]"
lg="hidden"
>
<LanguageSwitcher supportedLangs={supportedLangs} />