mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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'))}
|
this.dispatchEvent(new CustomEvent('open-notification-settings'))}
|
||||||
></notification-status>
|
></notification-status>
|
||||||
<button
|
<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}
|
@click=${this.handleCreateSession}
|
||||||
>
|
>
|
||||||
Create Session
|
Create Session
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue