mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: feedback score overflow styling
This commit is contained in:
parent
3a0696e1b0
commit
a944e1f526
@ -137,8 +137,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full flex justify-center">
|
<div class="w-full flex justify-center">
|
||||||
<div class=" relative w-fit">
|
<div class=" relative w-fit overflow-x-auto scrollbar-none">
|
||||||
<div class="mt-1.5 w-fit flex gap-1 pb-5">
|
<div class="mt-1.5 w-fit flex gap-1 pb-2">
|
||||||
<!-- 1-10 scale -->
|
<!-- 1-10 scale -->
|
||||||
{#each Array.from({ length: 10 }).map((_, i) => i + 1) as rating}
|
{#each Array.from({ length: 10 }).map((_, i) => i + 1) as rating}
|
||||||
<button
|
<button
|
||||||
@ -156,7 +156,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="absolute bottom-0 left-0 right-0 flex justify-between text-xs">
|
<div class="sticky top-0 bottom-0 left-0 right-0 flex justify-between text-xs">
|
||||||
<div>
|
<div>
|
||||||
1 - {$i18n.t('Awful')}
|
1 - {$i18n.t('Awful')}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user