Only animate loading spinner when it's visible
This commit is contained in:
parent
7e53cf76f4
commit
7c7e81f841
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ body.page-searchpage {
|
|||
max-width: 80%;
|
||||
}
|
||||
|
||||
#search-indicator {
|
||||
#search-indicator.htmx-request {
|
||||
animation: search-loading 1.5s linear infinite;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue