mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac: styling
This commit is contained in:
@@ -802,7 +802,7 @@
|
|||||||
<div class=" self-center text-sm font-primary">{$i18n.t('New Chat')}</div>
|
<div class=" self-center text-sm font-primary">{$i18n.t('New Chat')}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<HotkeyHint name="newChat" />
|
<HotkeyHint name="newChat" className=" group-hover:visible invisible" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -823,7 +823,7 @@
|
|||||||
<div class="flex flex-1 self-center translate-y-[0.5px]">
|
<div class="flex flex-1 self-center translate-y-[0.5px]">
|
||||||
<div class=" self-center text-sm font-primary">{$i18n.t('Search')}</div>
|
<div class=" self-center text-sm font-primary">{$i18n.t('Search')}</div>
|
||||||
</div>
|
</div>
|
||||||
<HotkeyHint name="search" />
|
<HotkeyHint name="search" className=" group-hover:visible invisible" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user