mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
fix: position offset of the theme toggle button
This commit is contained in:
parent
850d9c2403
commit
0f63770b69
3 changed files with 7 additions and 7 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue