Skip to content

Commit eb76a54

Browse files
committed
Fix iPad Sidebar width
1 parent 525777b commit eb76a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function Sidebar() {
7575
Skip to main content
7676
</a>
7777

78-
<div className="flex flex-col bg-base-200 min-h-full max-w-64 pb-4 px-4">
78+
<div className="flex flex-col bg-base-200 min-h-full max-w-full pb-4 px-4">
7979
<div className="flex flex-row items-center justify-between leading-10 py-2 border-b border-base-content/10">
8080
{/* close sidebar button */}
8181
<label className="w-8 h-8 p-0 max-lg:hidden"></label>

0 commit comments

Comments
 (0)