Skip to content

Commit 2357f37

Browse files
authored
style: use logical properties for RTL support (#946)
1 parent e54df82 commit 2357f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ onKeyStroke(
11821182
<div class="area-sidebar">
11831183
<!-- Sidebar -->
11841184
<div
1185-
class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pr-2.5 hover:pr-0.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
1185+
class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 hover:pe-0.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
11861186
>
11871187
<!-- Maintainers (with admin actions when connected) -->
11881188
<PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" />

0 commit comments

Comments
 (0)