Skip to content

Commit 3da9380

Browse files
committed
(nits) missing padding in sidebar
1 parent 163bdca commit 3da9380

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

6 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default function Sidebar() {
153153
))}
154154
</div>
155155
))}
156-
<div className="text-center text-xs opacity-40 mt-auto mx-4">
156+
<div className="text-center text-xs opacity-40 mt-auto mx-4 pt-8">
157157
Conversations are saved to browser's IndexedDB
158158
</div>
159159
</div>

0 commit comments

Comments
 (0)