From 2f102c0fd9784bd66b5398d036a1da5b013b589d Mon Sep 17 00:00:00 2001 From: userquin Date: Thu, 29 Jan 2026 21:39:34 +0100 Subject: [PATCH] feat: add RTL support to `PackageListControls` --- app/components/PackageListControls.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/PackageListControls.vue b/app/components/PackageListControls.vue index dfc143b510..e84398c46f 100644 --- a/app/components/PackageListControls.vue +++ b/app/components/PackageListControls.vue @@ -59,7 +59,7 @@ const showFilteredCount = computed(() => { class="absolute h-full w-10 flex items-center justify-center text-fg-subtle pointer-events-none" aria-hidden="true" > - @@ -78,17 +78,17 @@ const showFilteredCount = computed(() => {