fix: adjust component styles to resolve layout and positioning issues

This commit is contained in:
radishzzz 2025-05-25 19:52:29 +01:00
parent 48464370a4
commit 91481626c5
9 changed files with 48 additions and 32 deletions

View file

@ -31,7 +31,7 @@ const nextUrl = useSupportedLangs
class:list={[
'absolute right-7.25vw top-14.6 flex gap-6 min-[823px]:max-[1024px]:right-[calc(50vw-22rem)]',
'[@supports(-webkit-touch-callout:none)]:top-13.6', // fix position issue on ios
'lg:(fixed bottom-47 right-[max(5rem,calc(50vw-35rem))] top-auto w-14rem)',
'lg:(fixed bottom-48 right-[max(5rem,calc(50vw-35rem))] top-auto w-14rem)',
]}
>
<!-- Language Switcher -->