diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-05 16:09:02 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-05 16:09:02 +1000 |
| commit | d554c2ffc79dccc366626270760a73a7cf6772aa (patch) | |
| tree | 9f701d83191dc35d7b5578dd2437aa021c039ea4 /src/components/LoadingModal.vue | |
| parent | 195e1111f286631fc871b49487755eaeafaf03a8 (diff) | |
Remove some redundant display:block specifiers
Diffstat (limited to 'src/components/LoadingModal.vue')
| -rw-r--r-- | src/components/LoadingModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LoadingModal.vue b/src/components/LoadingModal.vue index 6ef7a97..a338670 100644 --- a/src/components/LoadingModal.vue +++ b/src/components/LoadingModal.vue @@ -2,7 +2,7 @@ <div class="fixed left-0 top-0 w-full h-full bg-black/40"> <div class="absolute left-1/2 -translate-x-1/2 top-1/2 -translate-y-1/2 flex items-center py-3 px-3 gap-2" :style="styles"> - <loader-icon class="block w-12 h-12 animate-[spin_6s_linear_infinite]"/> + <loader-icon class="w-12 h-12 animate-[spin_6s_linear_infinite]"/> <div class="whitespace-nowrap">Querying server ...</div> </div> </div> |
