We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c269c commit feecc17Copy full SHA for feecc17
src/lib/components/chat/OpenReasoningResults.svelte
@@ -16,7 +16,7 @@
16
class="relative grid aspect-square place-content-center overflow-hidden rounded-lg bg-gray-100 dark:bg-gray-800"
17
>
18
<div class="grid h-dvh place-items-center">
19
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 32 32">
20
<path
21
class="stroke-gray-600 dark:stroke-gray-400"
22
style="stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round;"
0 commit comments