mirror of
https://github.com/safing/portmaster
synced 2025-04-12 23:19:10 +00:00
[desktop] disable annimation from the service dialog
This commit is contained in:
parent
a12504178e
commit
22a288c66b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue