closer buttons
Browse files
src/lib/components/inference-playground/message.svelte
CHANGED
@@ -87,7 +87,7 @@
|
|
87 |
group-focus-within/message:visible group-hover/message:visible hover:bg-gray-100
|
88 |
hover:text-blue-700 focus:z-10 focus:ring-4
|
89 |
focus:ring-gray-100 focus:outline-hidden sm:invisible dark:border-gray-600 dark:bg-gray-800
|
90 |
-
dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700"
|
91 |
{...tooltip.trigger}
|
92 |
{...fileUpload.trigger}
|
93 |
>
|
|
|
87 |
group-focus-within/message:visible group-hover/message:visible hover:bg-gray-100
|
88 |
hover:text-blue-700 focus:z-10 focus:ring-4
|
89 |
focus:ring-gray-100 focus:outline-hidden sm:invisible dark:border-gray-600 dark:bg-gray-800
|
90 |
+
dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700 -mr-2"
|
91 |
{...tooltip.trigger}
|
92 |
{...fileUpload.trigger}
|
93 |
>
|