This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 09:36:29 +04:00
parent b8a4824305
commit 3e55c7f333
3 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
href="/opensearch.xml" href="/opensearch.xml"
/> />
<script src="/static/loader.js" defer></script> <script src="/static/loader.js" defer></script>
<link rel="stylesheet" href="/static/custom.css" />
<script> <script>
function resizeIframe(obj) { function resizeIframe(obj) {

View File

@ -507,7 +507,7 @@
<img <img
crossorigin="anonymous" crossorigin="anonymous"
src="{WEBUI_BASE_URL}/static/favicon.png" src="{WEBUI_BASE_URL}/static/favicon.png"
class=" size-5 -translate-x-1.5 rounded-full" class="sidebar-new-chat-icon size-5 -translate-x-1.5 rounded-full"
alt="logo" alt="logo"
/> />
</div> </div>

0
static/static/custom.css Normal file
View File