Skip to content

Commit fea10d0

Browse files
committed
fix: skills modal rtl support
1 parent ac82a5c commit fea10d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/PackageSkillsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function getWarningTooltip(skill: SkillListItem): string | undefined {
128128
</code>
129129
<button
130130
type="button"
131-
class="absolute top-0 right-0 px-2 py-0.5 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 opacity-0 group-hover/cmd:opacity-100 hover:(text-fg border-border-hover) active:scale-95 focus-visible:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
131+
class="absolute top-0 inset-ie-0 px-2 py-0.5 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 opacity-0 group-hover/cmd:opacity-100 hover:(text-fg border-border-hover) active:scale-95 focus-visible:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
132132
:aria-label="$t('package.get_started.copy_command')"
133133
@click.stop="copyCommand"
134134
>

0 commit comments

Comments
 (0)