mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
6eecade06e
commit
e171c7915a
1 changed files with 2 additions and 2 deletions
|
|
@ -802,7 +802,7 @@
|
|||
<div class=" self-center text-sm font-primary">{$i18n.t('New Chat')}</div>
|
||||
</div>
|
||||
|
||||
<HotkeyHint name="newChat" />
|
||||
<HotkeyHint name="newChat" className=" group-hover:visible invisible" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -823,7 +823,7 @@
|
|||
<div class="flex flex-1 self-center translate-y-[0.5px]">
|
||||
<div class=" self-center text-sm font-primary">{$i18n.t('Search')}</div>
|
||||
</div>
|
||||
<HotkeyHint name="search" />
|
||||
<HotkeyHint name="search" className=" group-hover:visible invisible" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue