mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: styling
This commit is contained in:
parent
dcf8d9c7eb
commit
fb58e842b7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
|
||||
<div class=" h-40 max-h-full overflow-auto scrollbar-hidden">
|
||||
<div class=" h-40 max-h-full overflow-auto scrollbar-none">
|
||||
{#each prompts as prompt, promptIdx}
|
||||
<button
|
||||
class="flex flex-col flex-1 shrink-0 w-full justify-between px-3 py-2 rounded-xl bg-transparent hover:bg-black/5 dark:hover:bg-white/5 transition group"
|
||||
|
|
|
|||
Loading…
Reference in a new issue