[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: use logical properties for RTL support (#946)

authored by

abeer0 and committed by
GitHub
2357f377 e54df82b

+1 -1
+1 -1
app/pages/package/[...package].vue
··· 1182 1182 <div class="area-sidebar"> 1183 1183 <!-- Sidebar --> 1184 1184 <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)])" 1186 1186 > 1187 1187 <!-- Maintainers (with admin actions when connected) --> 1188 1188 <PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" />