Spaces:
Sleeping
Sleeping
fix: lint
Browse files
src/lib/components/chat/OpenReasoningResults.svelte
CHANGED
@@ -62,15 +62,4 @@
|
|
62 |
details summary::-webkit-details-marker {
|
63 |
display: none;
|
64 |
}
|
65 |
-
|
66 |
-
.loading-path {
|
67 |
-
stroke-dasharray: 61.45;
|
68 |
-
animation: loading 2s linear infinite;
|
69 |
-
}
|
70 |
-
|
71 |
-
@keyframes loading {
|
72 |
-
to {
|
73 |
-
stroke-dashoffset: 122.9;
|
74 |
-
}
|
75 |
-
}
|
76 |
</style>
|
|
|
62 |
details summary::-webkit-details-marker {
|
63 |
display: none;
|
64 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
</style>
|