forked from open-webui/open-webui
fix: styling
This commit is contained in:
parent
b25e3ed364
commit
0708a3d75e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
<Pagination.NextButton
|
<Pagination.NextButton
|
||||||
class="ml-[29px] inline-flex size-8 items-center justify-center rounded-[9px] bg-transparent hover:bg-gray-100 dark:hover:bg-gray-800 active:scale-98 disabled:cursor-not-allowed disabled:text-gray-400 dark:disabled:text-gray-700 hover:disabled:bg-transparent dark:hover:disabled:bg-transparent"
|
class="ml-[25px] inline-flex size-8 items-center justify-center rounded-[9px] bg-transparent hover:bg-gray-100 dark:hover:bg-gray-800 active:scale-98 disabled:cursor-not-allowed disabled:text-gray-400 dark:disabled:text-gray-700 hover:disabled:bg-transparent dark:hover:disabled:bg-transparent"
|
||||||
>
|
>
|
||||||
<ChevronRight className="size-4" strokeWidth="2" />
|
<ChevronRight className="size-4" strokeWidth="2" />
|
||||||
</Pagination.NextButton>
|
</Pagination.NextButton>
|
||||||
|
|
Loading…
Reference in a new issue