mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-19 01:12:17 +03:00
fix: reduce duration of animations on login and signin page (#648)
This commit is contained in:
committed by
GitHub
parent
d6795300b1
commit
d77044882d
@@ -34,7 +34,7 @@
|
||||
{#if showAlternativeSignInMethodButton}
|
||||
<div
|
||||
class="mb-4 flex items-center justify-center"
|
||||
style={animate ? 'animation-delay: 1000ms;' : ''}
|
||||
style={animate ? 'animation-delay: 500ms;' : ''}
|
||||
>
|
||||
<a
|
||||
href={page.url.pathname == '/login'
|
||||
|
||||
Reference in New Issue
Block a user