mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-25 14:57:37 +00:00
fix: create session button padding too large
This commit is contained in:
parent
d4c8f90a4c
commit
c30a18dbd1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export class FullHeader extends HeaderBase {
|
|||
this.dispatchEvent(new CustomEvent('open-notification-settings'))}
|
||||
></notification-status>
|
||||
<button
|
||||
class="btn-primary font-mono text-sm px-6 py-3 vt-create-button"
|
||||
class="btn-primary font-mono text-sm px-6 py-2 vt-create-button"
|
||||
@click=${this.handleCreateSession}
|
||||
>
|
||||
Create Session
|
||||
|
|
|
|||
Loading…
Reference in a new issue