Skip to content

Commit

Permalink
[desktop] disable annimation from the service dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabo committed Jul 24, 2024
1 parent a125041 commit 22a288c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="flex flex-row items-center justify-start text-white w-full gap-2 p-2">
<!-- Logo -->
<div class="relative w-24 h-20 flex-grow-0 flex-shrink-0 block" id="logo">
<svg stroke="currentColor" data-name="Layer-1" viewBox="0 0 128 128" class="animate-spin">
<svg stroke="currentColor" data-name="Layer-1" viewBox="0 0 128 128">
<g data-name="Main" fill-rule="evenodd">
<path shape-rendering="geometricPrecision" fill="#fff"
d="M176.11 36.73l-5-8.61a41.53 41.53 0 00-14.73 57.22l8.55-5.12a31.58 31.58 0 0111.19-43.49z"
Expand All @@ -11,7 +11,7 @@
transform="translate(-127.99 .01)" style="isolation:isolate" opacity=".8"></path>
</g>
</svg>
<svg data-name="layer-2" viewBox="0 0 128 128" class="animate-spin">
<svg data-name="layer-2" viewBox="0 0 128 128">
<g data-name="Main" fill-rule="evenodd">
<path shape-rendering="geometricPrecision" fill="#fff"
d="M197 83a19.66 19.66 0 01-19.25-32.57l-4.5-4.27A25.87 25.87 0 00198.59 89z"
Expand Down

0 comments on commit 22a288c

Please sign in to comment.