[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.

fix(ui): resolve dropdown double arrow and icon stacking issues (#1387)

authored by

Nandkishor Jadoun and committed by
GitHub
da315a42 c28f5148

+1 -7
+1 -1
app/components/Code/MobileTreeDrawer.vue
··· 61 61 class="md:hidden fixed inset-y-0 inset-is-0 z-50 w-72 bg-bg-subtle border-ie border-border overflow-y-auto" 62 62 > 63 63 <div 64 - class="sticky top-0 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start" 64 + class="sticky top-0 z-10 bg-bg-subtle border-b border-border px-4 py-3 flex items-center justify-start" 65 65 > 66 66 <span class="font-mono text-sm text-fg-muted">{{ $t('code.files_label') }}</span> 67 67 <span aria-hidden="true" class="flex-shrink-1 flex-grow-1" />
-6
app/components/PaginationControls.vue
··· 167 167 })) 168 168 " 169 169 /> 170 - <div 171 - class="flex items-center absolute inset-ie-2 top-1/2 -translate-y-1/2 text-fg-subtle pointer-events-none" 172 - aria-hidden="true" 173 - > 174 - <span class="i-carbon-chevron-down w-3 h-3" /> 175 - </div> 176 170 </div> 177 171 </div> 178 172