mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: button position issue on ios
This commit is contained in:
parent
a813e7c2d0
commit
d58cbcc786
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,8 @@ const fontStyle = themeConfig.global.fontStyle === 'serif' ? 'font-serif' : 'fon
|
|||
<Footer class="mt-12 block lg:hidden" />
|
||||
</div>
|
||||
|
||||
<div class="absolute right-[min(7.25vw,3.731rem)] top-13.5 flex gap-6">
|
||||
<!-- fix position issue on ios -->
|
||||
<div class="absolute right-[min(7.25vw,3.731rem)] top-13.5 flex gap-6 [@supports(-webkit-touch-callout:none)]:top-12.5">
|
||||
<LanguageSwitcher />
|
||||
<ThemeToggle />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue