mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 17:19:53 +00:00
fix: help
This commit is contained in:
parent
44e145c6e9
commit
4a3362f889
@ -1332,7 +1332,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-white to-white/90 dark:from-gray-900 dark:to-[#171717]/90 z-0"
|
class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-white to-white/85 dark:from-gray-900 dark:to-[#171717]/90 z-0"
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
src.startsWith('/')
|
src.startsWith('/')
|
||||||
? src
|
? src
|
||||||
: `/user.png`}
|
: `/user.png`}
|
||||||
class=" {className} object-cover rounded-full -translate-y-0.5"
|
class=" {className} object-cover rounded-full -translate-y-[1px]"
|
||||||
alt="profile"
|
alt="profile"
|
||||||
draggable="false"
|
draggable="false"
|
||||||
/>
|
/>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
let showShortcuts = false;
|
let showShortcuts = false;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class=" hidden lg:flex fixed bottom-0 right-0 px-2 py-2 z-10">
|
<div class=" hidden lg:flex fixed bottom-0 right-0 px-2 py-2 z-20">
|
||||||
<button
|
<button
|
||||||
id="show-shortcuts-button"
|
id="show-shortcuts-button"
|
||||||
class="hidden"
|
class="hidden"
|
||||||
|
Loading…
Reference in New Issue
Block a user