mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-22 14:06:02 +00:00
Fix alignment of kill all button (#181)
This commit is contained in:
parent
49a263d406
commit
cf51218d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ export class SessionList extends LitElement {
|
|||
runningSessions.length > 0
|
||||
? html`
|
||||
<button
|
||||
class="font-mono text-xs px-4 py-2 rounded-md border transition-all duration-200 border-status-error bg-status-error bg-opacity-10 text-status-error hover:bg-opacity-20 ml-auto"
|
||||
class="font-mono text-xs px-4 py-2 rounded-lg border transition-all duration-200 border-status-error bg-status-error bg-opacity-10 text-status-error hover:bg-opacity-20"
|
||||
@click=${() => this.dispatchEvent(new CustomEvent('kill-all-sessions'))}
|
||||
>
|
||||
Kill All <span class="text-dark-text-dim">(${runningSessions.length})</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue