mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 13:29:53 +00:00
Fix arrows to be in LTR layout for all layouts
This commit is contained in:
parent
34dd32d48f
commit
92c694e8ac
@ -494,7 +494,7 @@
|
||||
class=" flex justify-start overflow-x-auto buttons text-gray-600 dark:text-gray-500"
|
||||
>
|
||||
{#if siblings.length > 1}
|
||||
<div class="flex self-center">
|
||||
<div class="flex self-center" dir="ltr">
|
||||
<button
|
||||
class="self-center p-1 hover:bg-black/5 dark:hover:bg-white/5 dark:hover:text-white hover:text-black rounded-md transition"
|
||||
on:click={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user