Skip to content

Commit ecefee3

Browse files
refactor: use top-0
1 parent ec7873b commit ecefee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Header/AccountMenu.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function openAuthModal() {
7070
class="w-6 h-6 rounded-full bg-bg-muted ring-2 ring-bg flex items-center justify-center"
7171
:class="hasBothConnections ? 'relative z-10' : ''"
7272
>
73-
<span class="size-1.5 rounded-full bg-green-600 absolute -top-0 -inset-ie-0"></span>
73+
<span class="size-1.5 rounded-full bg-green-600 absolute top-0 -inset-ie-0"></span>
7474
<span class="i-carbon-cloud w-3 h-3 text-fg-muted" aria-hidden="true" />
7575
</span>
7676
</div>

0 commit comments

Comments
 (0)