Fix alignment of kill all button (#181)

This commit is contained in:
Armin Ronacher 2025-07-01 21:51:18 +02:00 committed by GitHub
parent 49a263d406
commit cf51218d7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>