Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Dec 3, 2024
1 parent dead5b8 commit 62b82f6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib/components/chat/OpenReasoningResults.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,4 @@
details summary::-webkit-details-marker {
display: none;
}
.loading-path {
stroke-dasharray: 61.45;
animation: loading 2s linear infinite;
}
@keyframes loading {
to {
stroke-dashoffset: 122.9;
}
}
</style>

0 comments on commit 62b82f6

Please sign in to comment.