Skip to content

Commit 938d1b0

Browse files
committed
refac
1 parent b173704 commit 938d1b0

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

src/lib/components/layout/Sidebar.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -815,9 +815,6 @@
815815
{#if $config?.features?.enable_user_status}
816816
<div class="absolute -bottom-0.5 -right-0.5">
817817
<span class="relative flex size-2.5">
818-
<span
819-
class="absolute inline-flex h-full w-full animate-ping rounded-full bg-green-400 opacity-75"
820-
></span>
821818
<span
822819
class="relative inline-flex size-2.5 rounded-full {true
823820
? 'bg-green-500'
@@ -1384,9 +1381,6 @@
13841381
{#if $config?.features?.enable_user_status}
13851382
<div class="absolute -bottom-0.5 -right-0.5">
13861383
<span class="relative flex size-2.5">
1387-
<span
1388-
class="absolute inline-flex h-full w-full animate-ping rounded-full bg-green-400 opacity-75"
1389-
></span>
13901384
<span
13911385
class="relative inline-flex size-2.5 rounded-full {true
13921386
? 'bg-green-500'

src/lib/components/layout/Sidebar/UserMenu.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@
110110
{#if $user?.is_active ?? true}
111111
<div>
112112
<span class="relative flex size-2">
113-
<span
114-
class="animate-ping absolute inline-flex h-full w-full rounded-full bg-green-400 opacity-75"
115-
/>
116113
<span class="relative inline-flex rounded-full size-2 bg-green-500" />
117114
</span>
118115
</div>
@@ -371,9 +368,6 @@
371368
>
372369
<div class=" flex items-center">
373370
<span class="relative flex size-2">
374-
<span
375-
class="animate-ping absolute inline-flex h-full w-full rounded-full bg-green-400 opacity-75"
376-
/>
377371
<span class="relative inline-flex rounded-full size-2 bg-green-500" />
378372
</span>
379373
</div>

0 commit comments

Comments
 (0)