Timothy Jaeryang Baek 10 ماه پیش
والد
کامیت
3e55c7f333
3فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      src/app.html
  2. 1 1
      src/lib/components/layout/Sidebar.svelte
  3. 0 0
      static/static/custom.css

+ 1 - 0
src/app.html

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

+ 1 - 1
src/lib/components/layout/Sidebar.svelte

@@ -507,7 +507,7 @@
 						<img
 							crossorigin="anonymous"
 							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"
 						/>
 					</div>

+ 0 - 0
static/static/custom.css