Skip to content

Commit 2801235

Browse files
authored
fix: correct mobile bottom navigation in RTL language (#1316)
1 parent e2dcdb3 commit 2801235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ onKeyStroke(
645645
v-if="resolvedVersion"
646646
as="nav"
647647
:aria-label="$t('package.navigation')"
648-
class="hidden sm:flex max-sm:flex max-sm:fixed max-sm:z-40 max-sm:inset-is-50% max-sm:-translate-x-50% max-sm:bg-[--bg]/90 max-sm:backdrop-blur-md max-sm:border max-sm:border-border max-sm:rounded-md max-sm:shadow-md"
648+
class="hidden sm:flex max-sm:flex max-sm:fixed max-sm:z-40 max-sm:inset-is-1/2 max-sm:-translate-x-1/2 max-sm:rtl:translate-x-1/2 max-sm:bg-[--bg]/90 max-sm:backdrop-blur-md max-sm:border max-sm:border-border max-sm:rounded-md max-sm:shadow-md"
649649
:class="$style.packageNav"
650650
>
651651
<LinkBase

0 commit comments

Comments
 (0)