]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
webui: fix sidebar being covered by main content (#14082)
authorR0CKSTAR <redacted>
Mon, 9 Jun 2025 10:01:17 +0000 (18:01 +0800)
committerGitHub <redacted>
Mon, 9 Jun 2025 10:01:17 +0000 (12:01 +0200)
* webui: fix sidebar being covered by main content

Signed-off-by: Xiaodong Ye <redacted>
* webui: update index.html.gz

Signed-off-by: Xiaodong Ye <redacted>
---------

Signed-off-by: Xiaodong Ye <redacted>
tools/server/public/index.html.gz
tools/server/webui/src/App.tsx

index f8e3043421d330d54f4f1184033bcbfc9b0518b4..35b9e702f698c154ceb60ac4fb8b5b3fd38c0e50 100644 (file)
Binary files a/tools/server/public/index.html.gz and b/tools/server/public/index.html.gz differ
index 02f1719d3d2cefec8cc4856d1f52639eccfbe591..8dfcf49075803904f933ce4350530b5715f0ae14 100644 (file)
@@ -32,7 +32,7 @@ function AppLayout() {
     <>
       <Sidebar />
       <main
-        className="drawer-content grow flex flex-col h-screen w-screen mx-auto px-4 overflow-auto bg-base-100"
+        className="drawer-content grow flex flex-col h-screen mx-auto px-4 overflow-auto bg-base-100"
         id="main-scroll"
       >
         <Header />