mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
refactor(config): use tailwindcss negative value instead of inline literal value
This commit is contained in:
parent
37ea37ba3d
commit
4b93751d4c
@ -467,7 +467,7 @@ const Versions = () => {
|
||||
|
||||
<div class="relative">
|
||||
<Show when={isUpdateAvailable()}>
|
||||
<span class="absolute right-[-4px] top-[-4px] flex h-3 w-3">
|
||||
<span class="absolute -right-1 -top-1 flex h-3 w-3">
|
||||
<span class="absolute inline-flex h-full w-full animate-ping rounded-full bg-info opacity-75" />
|
||||
<span class="inline-flex h-3 w-3 rounded-full bg-info" />
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user