Skip to content

Commit 023c77c

Browse files
committed
fix: revert grid padding to match about page, add hover z-index for tooltips
1 parent 9b101bf commit 023c77c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/pds.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ const totalAccounts = computed(() => pdsUsers.value.length)
151151
</div>
152152
<div v-else>
153153
<ul
154-
class="grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2 list-none px-8 py-2"
154+
class="grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2 list-none p-0"
155155
>
156-
<li v-for="user in usersWithAvatars" :key="user.handle" class="block group relative">
156+
<li v-for="user in usersWithAvatars" :key="user.handle" class="block group relative hover:z-10">
157157
<a
158158
:href="`https://bsky.app/profile/${user.handle}`"
159159
target="_blank"

0 commit comments

Comments
 (0)