conect sidebar header

This commit is contained in:
Peter Steinberger 2025-06-27 01:37:42 +02:00
parent 4b7a073975
commit bf3e09a28c

View file

@ -52,10 +52,14 @@ export class SidebarHeader extends HeaderBase {
<div class="flex flex-col gap-2">
<!-- Create Session button -->
<button
class="btn-primary font-mono text-xs px-3 py-1.5 vt-create-button text-center w-full"
class="btn-primary font-mono text-xs px-3 py-1.5 vt-create-button text-center w-full flex items-center justify-center gap-1"
@click=${this.handleCreateSession}
title="Create New Session"
>
Create Session
<svg width="16" height="16" viewBox="0 0 20 20" fill="currentColor">
<path d="M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z"/>
</svg>
<span>New</span>
</button>
</div>
</div>